We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a project using a STM32F105RB running RTX. When I try to program the flash for standalone (release) operation, it won't run. I have other projects without RTX that run fine without the debugger, but I can't seem to figure out what could be wrong with this one. Any thoughts?
Problem solved. It was caused by a call made to os_dly_wait before starting RTX. The call is apparently ignored during debug bug hangs when running normally.