• Reading the Flash from the ST10 during Runtime
    Hi I try to read my flashdata during the execution but it didnt run because the systen hangs after the following inline source: __asm { push R5 push R6 push R7 mov R5, #01554h mov R6...
  • Reading the Flash from the ST10 during Runtime
    Hi I try to read my flashdata during the execution but it didnt run because the systen hangs after the following inline source: __asm { push R5 push R6 push R7 mov R5, #01554h mov R6...
  • Checking User Stack during runtime
    Hello, i'd like to know how much space I need in the Userstack Area. I'd cleard the UserStack-Section in start_v2.a66. In my 'main.c' I'd like to have a function which shows me the Userstack. Therefore...
  • Checking User Stack during runtime
    Hello, i'd like to know how much space I need in the Userstack Area. I'd cleard the UserStack-Section in start_v2.a66. In my 'main.c' I'd like to have a function which shows me the Userstack. Therefore...
  • Access a flash region like an array, without writing data to it during programing
    Dear experts, This is a generic question on MCU and/or GNU linker. I have a 64KB flash region, that is being pre-programmed in factory. Now, I have a requirement to use that region in my program,. In...