• Dynamic Vector Table in RAM...
    I would like to have the option of relocating my vector table to RAM at runtime, in a library (ie if the code doesn't need to do this, it doesn't, and the RAM isn't allocated or is eliminated by section...
  • Cortex-M Vector Table and Address Remap
    Hi guys, Does the M0 always default to 0x0 when an interrupt triggers? I understand VTOR is not available in M0 for relocation of the tables. Can I copy the application vector table just the vector...
  • Cortex M0 (stm32l010) placing interrupt vector in ram for application starting from a proprietary bootloader
    Hi all, I follow suggestion red in a forum for overcoming VTOR lack; I did almost all I know, i.e. copyng app.intvec to ram, selecting ram at 0x000, managing SP register and jumping to app reset vector...
  • STM32F103C6 doesn't receive the complete data thorugh i2c as a slave with interrupt enabled, mantains SCL low after first data byte
    I'm trying to send a dat from master to a slave (the STM32F103C6) with HAL function for polling mode is working well and it is receiving all the data I send (I got all ACKs) but when I try to do the...
  • Relocating the Vector table in Cortex - M0
    Hi I am having an issue, related to vector table relocation in a Cortex - m0 based device, as VTOR isnt available there in this core, how can i manage the ISRs in a application which is not at default...