Posted on May 17, 2011 at 11:32Hi We have just got a Keil eval for MCB-STR9, and it works fine with the samples using realview compiler. We want to try and use gcc, and was wondering if anyone has examples for gcc and the MCB-STR9. I assume that the...
Posted on May 17, 2011 at 09:56Hi Eris unfortunately that will not work, as when the bootloader writes a new bin file to bank0, it also writes the security sector in bank0 (since it knows the checksum etc). If I were to implement the security sector...
Posted on May 17, 2011 at 09:56Hi All I have enet bootloader 99% working. But there is one last problem I cannot resolve. We have a 2M part and I have set it to boot in bank 1. The bootloader checks for a specific piece of data in a specific sector ...
Posted on May 17, 2011 at 09:54Hi I am a little confused about the calculations for the timer. I do not seem to be able to get a tick less than 0.3ms. Here is the code I have: TIM_StructInit(&timStruct); SCU_APBPeriphClockConfig(__TIM01, ENABLE); ...
Posted on May 17, 2011 at 09:53Hi All, I would like to expand on the original question as this is what we are trying to do as well. We use the crossworks compiler and have got the ST IAP example converted to work in our environment. The boot bank is...