Posted on May 17, 2011 at 13:13Hello, I have data to store in the flash. Many structures of 11 bytes to save in a page. But I read from the programming manual that we could not program a byte only. How can I manage that? I'd like to store 11 bytes. ...
Posted on May 17, 2011 at 13:12Hello, I need to read the section size from the linker file. I defined many sections there. I would like to have a #define for each section size. For example, I defined in the ICF file the REGION A : from 0x800C800 to ...
Posted on May 17, 2011 at 13:11Thanks for your reply, but not useful. I didn't insert any break in the ISR. What I know, it works fine if I execute the program without the debug session. It's so weird! I see led toggling right now. If I return in de...
Posted on May 17, 2011 at 13:11Hello, I am working on a new project using the STM32F101R8T6 and IAR 5.11. I used the latest STM32 library 3.0. It seems that the interrupt doesn't work in debug session. I enabled the SysTick at each ms. I don't have ...