Posted on May 17, 2011 at 12:54@M3allem: Thanks for the link. I can't understand why they removed the RAM-SIZE-Location. How can I get the RAM-Size while running? I have to do an startup-test over the entire RAM. To keep this test compatible to all ...
Posted on May 17, 2011 at 12:54Hi Thanks for the answer. Meanwhile I found those registers by myself. But the link you posted does not work. Is there an official statement that the RAM-SIZE-LOCATION should not be used?
Posted on May 17, 2011 at 12:54Hi I am trying to get information about the unique device ID of the STM32. Is it possible to get the type of STM32 out of the ID? Actually I only need to know the SRAM-size while running. Are there any other possibilit...
Posted on May 17, 2011 at 12:54Hi I have the same problem, when using the LSI as RTC source. If I stop the debugger after I reseted the SEC-flag from the RTC and perform a reset with the debugger the LSEON bit is set automaticly and the LSE starts w...
Posted on May 17, 2011 at 12:46Ok I find a solution by myself The variable has to be defined as zero_init like __attribute__((''VarSection''), zero_init) const volatile char dummy[1024]; I thought ''zero_init'' means the opposite....