Posted on December 23, 2015 at 11:29
Hello,
I'm writing the firmware for an application that requires class b safety for certifications.
I'm using ST library and it's all ok, my micro is STM32F030C8. I have no particular problem us...
Posted on March 16, 2015 at 10:58
Hi,
I'm wrtiting a bootloader for updating an embedded product. Bootloader sequence seems correct now and I want to protect from writing the bootloader flash addresses.
Using the snippets of code f...
Posted on December 24, 2015 at 12:50
Hello Clive,
thanks for the quick answer...so my stack is defined at the end of Ram ( 0x20001FFF ) and growing up, stack size is 0x400 so is limited to ( 0x2001BFF ).
Here's my .icf...
...
Posted on March 16, 2015 at 12:49
Tried this...not working...sigh
HSI is enabled and I'm using st link 2 with SWD...
Do you have any other idea Clive? A strange thing...when I read option bytes I get 0xFF but in the debugger registe...
Posted on March 16, 2015 at 12:28Hi Clive,first of all thanks for your response.Well I've tried the flash_unlock() and flash_lock(), but it seems the same. What do you mean with the Erase Option? I have to copy the value of option bytes then erase t...