STM32F105 Can bus sending problem and code stops after executing for 16 times
I'm facing an issue with an STM32F105 microcontroller which with a simple code executing in a while loop it stops after 16 times.Here is code which I don't think there is a problem with the code since it runs fine on STM32F103while (1) { uint8_t...