Posted on June 19, 2015 at 17:44Hello I have a problem with the vector table relocating, I moved the vector table with the following code, but when I am activating the usart interrupts the programs hangs#define APPLICATION_ADDRESS (uint32_t)0x08...
Posted on June 19, 2015 at 22:22Hello, well, my code gets stuck here: USART_ITConfig(USART2,USART_IT_RXNE,ENABLE)}that line configures the Receiver interrupt, I am using a standard library where the USART_IT_RXNE and the other interrupts definition...