Posted on July 27, 2016 at 12:02 I can't debug anymore, I get this message after copying the interrupt table to RAM, even if I comment the Remap() funtion I get this error. Even if I load and try to debug another project I get this error...
Posted on May 26, 2016 at 13:44STM32F051 I get a Hard fault when I try to read the uinque Id ''Unique device ID register (96 bits) The 96-bit unique device identifier... provides a reference number which is unique for any device and in any context. ...
Posted on April 18, 2016 at 18:42I read that the M-0 cant relocate the vector table ''M0 CPU does not support the vector table relocation. For application code which is located in a different address than 0x0800 0000, some additional code must be ad...
Posted on July 28, 2016 at 20:02ok, forgive me by being so dull, I have doubts about reserving the ram space should of Ap 0x8001800 define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; to define symbol __ICFEDIT_region_RAM_start__ = 0x200000c0;...
Posted on July 28, 2016 at 17:46Hi clive thanks for answering, I am using the 64kB nad i have 3 projects runing on the same flash, I did an IAP programming that writes the flash of App1 or App2 from App2 or App1 ROM and .intvect start 0x8000000 mi...
Posted on July 28, 2016 at 10:37well it actualy jumps, if I Do a delay using for and blink some leds I see that I am at App1, but interrupts are not working. The remap function I call first thing I get on main() is : __no_init __IO uint32_t myVecto...
Posted on July 27, 2016 at 18:24Hi sry for the lack of information, the micro is STM32F051, I am using IAR C/C++ Compiler for ARM 7.30.4.8167 (7.30.4.8167). I did a chip erase using the STLink tool, I commented the Remap function. Still I cant ...
Posted on May 26, 2016 at 16:53well that works, that way I can read the device ID but its the same from the same family and type. I want to read the unique Id from ''DocID018940 Rev 8 page 933/1008'' so I can use it to differentiate devices fr...