User Activity

Hi everyone!I'm working with STM32F303. I'm configuring the CAN peripheral with HAL libraries for pooling mode operation. I'm wondering if there is a method to check only the FIFO0 fill level and configure the peripheral to move FIFO1 messages into F...
Hi all!I've found some strange issues during my reception of data at SPI interface using HAL functions.The problem is that between each two complete cycles (8 periods) of SCK signal, the SCK line stays idle without reading any data. With longer strea...
Hi everyone, I'm having problems using several SPI blocks for different data length transmission via SPI with a STM32F303 MCU. I've realized that when I try to send multiple messages with different data length (using different SPI blocks) the data bu...
Hi everyone, I'm working with the MCU STM32F303 and the Reference manual says the following:So I'wondering if it would be possible to manage both interrupts separately with CAN_IT block. Currently with the block it seems that it's only possible to ge...
Hi everyone,I'm having compatibility problems with the CAN_Read block from STM32 library and the CAN Unpack from Embedded Coder Simulink library. I need to use CAN_MESSAGE MATLAB type for working with .dbc format.The IDE field on the rxHeader is set ...