User Activity

I'm currently using the stm32f413zh, and face perhaps a general problem where I'd like to send four CAN messages right after each other. If we refer to the image below, I have four "addtxCAN" commands below and only able to see the first three. When ...
I have two DMA streams running on my code for passing a CAN message buffer in memory to writing onto an SD card(tx/rx). I'm planning of using UART or SPI to retrieve a GPS unix-time stamp (module), my question is what should I be concerned for in usi...
Hello everyone, I've made a code within my STM32f405 MCU that writes SD 4 bits wide bus onto an SD card. I'm making a program where "HAL_CAN_RxFifo0MsgPendingCallback" fills a "uint32_t dataCANID[14339]" array and increments a counter. This counter v...
Hi, I know Mask/ID list modes use different amount of filter banks, How do I configure each bank and enable all of them? If i recall, 32 bit/16 scales also change the amount of filter banks per mask mode or Id mode. The filterbank # is what defines w...
Hello everyone,I need assistance or any possible solutions in tackling this problem. I have a Nucleo F413zh, connected to three transceivers. They all work (yay!), however one of them doesn't receive messages properly but transmits properly! All of t...