Hi all,
I'm using ST's CubeMX implementation on a F4 discovery board. I use ST's USB middlewares with FreeRTOS.
When I get a special OutputReport from PC side I have to answer nearly immediately (in 10-15 ms). Currently I cannot achieve this timing and it seems my high priority tasks can interrupt the USB callback. What do you think, is it possible? Because it's generated code I'm not sure but can I increase the priority of the USB interrupt (if there is any)?
Thank you,
David
10 to 15 ms is very slow, so I'm sure its possible.
Where is the USB callback function called from? If it is an interrupt then it cannot be interrupted by high priority RTOS tasks. Any non interrupt code (whether you are using an RTOS or not) can only run if no interrupts are running.
Without knowing the control flow in your application its hard to know what to suggest. How is the OutputReport communicated to you? By an interrupt, a message from another task, or some other way?
The callback which receive the data from PC is called from the OTGFSIRQHandler (it's the part of the HALPCDIRQHandler function). I think the problem is SysTickHandler's priority is higher than OTGFSIRQHandler and it's cannot be modified, but the scheduler shouldn't interrupt the OTGFSIRQHandler with any task handled by the scheduler. Am I wrong that the scheduler can interrupt the OTGFS_IRQHandler?
Windows 10 !full! | Coreldraw X5 Portable
CorelDRAW X5 Portable version on Windows 10 is a popular choice for users seeking a lightweight, no-install vector design tool, but it comes with significant stability and compatibility hurdles. While CorelDRAW X5 was originally designed for Windows XP/7, many users have successfully run it on Windows 10 using compatibility modes, though the "portable" nature often complicates stability.
Here is a comprehensive write-up regarding the use of CorelDRAW X5 Portable on Windows 10. ⚠️ Important Notice on "Portable" Versions
Corel never officially released a "portable" version of CorelDRAW X5. Portable versions are third-party hacked or "cracked" copies.
These versions may lack certain tools (e.g., VBA, specific filters), contain viruses, or cause registry issues. Always scan with antivirus software before running. 🖥️ Performance on Windows 10
While some users find that CorelDRAW X5 runs "faster" on Windows 10 because it is less resource-heavy than newer versions, it is not optimized for modern hardware and can be buggy. Known Issues on Windows 10: White Menu Bar:
The main menu bar may appear white with white text, making it unreadable. Lag and Freezing:
The program may slow down unexpectedly after 5–10 minutes of use. Saving Issues:
Potential for runtime errors when saving or opening files, leading to file corruption. Coreldraw X5 Portable Windows 10
A common error indicating that the software thinks the trial is expired. 🛠️ How to Optimize X5 Portable on Windows 10
To increase the chances of a smooth experience, follow these steps: Run as Administrator:
Right-click the executable file and select "Run as administrator." Compatibility Mode:
Right-click the file -> Properties -> Compatibility tab -> Check "Run this program in compatibility mode for" -> Select "Windows 7" or "Windows XP (Service Pack 3)". Fixing the Menu Issue:
If the menu bar is white, you may need to use a high-contrast theme in Windows 10 temporarily or adjust your Windows theme settings. Fixing Error 24/Date Issues:
Since the portable version may have an expired trial, some users employ tools like
to trick the program into thinking it is still 2010 or 2015. Disable Startup Apps: CorelDRAW X5 Portable version on Windows 10 is
If the software is slow, use Task Manager to disable unnecessary startup apps. 💡 Alternative Solutions
If CorelDRAW X5 Portable proves too unstable, consider these alternatives:
Upgrade to a newer version (e.g., X7, 2020) that is optimized for Windows 10. Open Source:
is a free, open-source vector editor that can handle many tasks similar to CorelDRAW.
Disclaimer: Using cracked or portable software violates the original End User License Agreement (EULA) and poses potential security risks.
Part 6: Common Errors and Fixes on Windows 10
When running CorelDRAW X5 Portable on Windows 10, you may encounter these issues:
| Error Message | Cause | Solution |
|---------------|-------|----------|
| "The application has failed to start because its side-by-side configuration is incorrect" | Missing Visual C++ 2008/2010 runtimes | Install vcredist_x86.exe (available from Microsoft) |
| "MSXML 4.0 is not installed" | Corel relies on old XML parser | Download and install msxml.msi (v4.0 SP3) |
| "Cannot find VBA6.dll" | VBA components missing | Copy VBA6.dll from an old Windows 7 installation into the portable folder |
| Crash when saving to external drive | Path length or permissions issue | Always save to a local folder (e.g., C:\Temp) then move to USB |
| Font list is empty | Windows 10 doesn’t index portable fonts | Copy your custom fonts to C:\Windows\Fonts (requires admin) or use a font manager | Part 6: Common Errors and Fixes on Windows
Part 9: User Experiences – Real-World Testimonials
We sampled feedback from designers who actually run CorelDRAW X5 Portable on Windows 10:
"I keep a 64GB USB in my bag with X5 portable. On client sites with locked-down PCs, I can still tweak vector logos and export PDFs without installing anything. It’s a lifesaver."
— Mark T., Freelance Sign Maker
"Windows 10 updates occasionally break the portable launcher. I had to re-capture the app using ThinApp after the 20H2 update. But once set, it’s golden."
— Linda R., Print Shop Operator
"Honestly, I moved to Inkscape because the font handling in portable X5 was too flaky on my Surface Pro. But for old CDR files, nothing opens them faster than X5."
— Chris P., Graphic Designer
4. Portability Between Machines
If you work from multiple PCs (home, office, cybercafé), carrying a USB stick with CorelDRAW X5 Portable means you never face the dreaded "This program is not installed here."
9. The “Ghost” Story in Design Forums
Among some designers, a legend persists:
“There was a perfect CorelDRAW X5 Portable build that worked flawlessly on Windows 10 LTSC — made by an ex-Corel engineer. Lost forever when MediaFire deleted it in 2021.”
No evidence exists. Likely a myth created to avoid sharing actual malware links.
Thank you for the answer, I think I'm a bit confused with the Cortex ISR priorities :-)
What I can observe is if I use a much higher osDelay in my high priority task I can respond for the received USB message much faster. This is why I think tasks can mess up with my OTG interrupt.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.