• Cortex M0 Vector Table and Bootloading
    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...
  • 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...
  • How to remap the vector table location? The core of chip is cortex M0
    I want to change the vector table location.
  • 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...