This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERRATA 89 -the second line of the code

Hello ,

What is the purpose of the second line of the code in errata 89 ? 

I mean this line ;

*(volatile uint32_t *)0x40003FFC;

did you use this one like nop ?

best regards,

*(volatile uint32_t *)0x40003FFC = 0;
*(volatile uint32_t *)0x40003FFC;
*(volatile uint32_t *)0x40003FFC = 1;

Related