Good day,
IÂ'm starting a project with Cortex M3 (STM32F103R more exactly) using the RTX. IÂ'm having troubles when I set some event ("os_evt_set" or "os_mbx_send") inside a interrupt. Every time I do that, the program jump to HardFault_Handler. I rewrote my program using polling method (just for test), instead of interrup, and the program works fine.
How can I work with events inside a interrupt ?
Thanks.
use the isr versions of the routines. (isr_evt_set and isr_mbx_send)
Thanks Robert, Im new with Keil and I have not seen this detail.
Per Westermark, you already know where to go.
View all questions in Keil forum