User Activity

I cannot get the CAN bus CAN1_RX0 interrupt to fire. I have two other development boards (STM32429i-EVAL1 and STM32373C-eval) that both work correctly. I am using the same code in each setup thru the ST MX and IDE. The Eval boards have built in C...
I have several eval boards and was interested changing to ST platform prior to pandemic. Now looking at getting back to it, but checking with Mouser, Digikey, etc.. and nearly all of the STM32F4... parts I would be interested in using are still out ...
I am designing a quad motor controller using 4 vnh5050. The motors will be controlled independently through INA1 - INA4 & INB1 and INB4 signals from uC.In order to keep pin count usage down:1) Can I connect the DIAGA and A DIAGB pins together and ...
I will be using STM32F4 CPU in custom boards. The PCB will be space constrained and I plan on using STMX&IDE for development debug/programming devices. So is there a need for JTAG interface (10 pin) or can I get away with just having the SWD header?
Trying to understand how to setup the ID and Mask with Extended ID. I want allow messages with id's 0x1E02xxxx. So 0x1E021234 would be accepted and 0x1E031234 rejected.   /*##-2- Configure the CAN Filter ##########################################...