STM32F723 - Struggling to get Interrupts to run. Am i missing something?
Hi,
Im currently working on getting the CAN ISRs running for STM32F723, ive followed the instructions in the CAN driver and have had the CAN running in Polling Mode.
The ISR is configured and enabled and the notification is configured for new message received FIFO0 but the ISR never runs, ive tried using the code for RXBuffer0 New Message and neither works.
The CAN bus is functional however, ive split the RX into two messages and ive been polling it as well just to prove that the peripheral isnt in an error state and this is fully functional. TX is still being polled and it works fine.
Ive also had issues getting the timer interrupt working on this micro when ive been trying to get our scheduler running. Ive since hinged it off the systick timer. So i must be missing something somewhere :(
Any advice welcomed.