User Activity

I have bootloaded a CAN application, and after its loaded & the application starts, it can transmit but it doesn't receive.What steps happen as the bootloader hands over control to the new application? For example, how does it know where to jump to?I...
I have inherited a wadge of working SPI DMA code for a product. I want to send bytes rather than 16 bit words. In order to change the length of the SPI packets from 16 clock cycles to 8, I changed the DMA_CCR1_MSIZE & PSIZE fields in DMA1_Channel3->...