User Activity

I am currently working on a project for a Battery Management System. For this I need to communicate with the rest of a car via CAN. However, my CAN has strange behaviour when sending messages. When I try to send a message at 4Hz (so not fast at all),...
Hi, I am currently working on a project where I will have to log data to an µSD card using a STM32F413. I created a project in STM32CubeMX (version 5.0.0) and setup SDIO (currently in SD 1bit mode, but I also tried 4 bit mode). I also set up FatFS in...
I setup a project in CubeMX (STM32F302C6), activated CAN (and other peripherals) and did everything. I generated the code and opened it in eclipse. However, in the HAL_CAN library the functions like HAL_CAN_Transmit are missing. I have these control ...