Hello, Is it possible to add these in the CubeMX?1. FDCAN filters, like: sFilterConfig.IdType = FDCAN_STANDARD_ID;
sFilterConfig.FilterIndex = 0;
sFilterConfig.FilterType = FDCAN_FILTER_DUAL;
sFilterConfig.FilterConfig = FDCAN_FILTER_TO_RXFIFO...
There is a new Digital Power software expansion pack for STM32Cube, X-CUBE-DPOWER.https://www.st.com/en/embedded-software/x-cube-dpower.html.Does anyone know if the default code generated will immediately work on STEVAL-ISA172V2?https://www.st.com/en...
Hello,I am a newbie in struct.I have a struct declaration below.typedef struct __serial_data
{
uint8_t frameStart;
uint32_t data;
} serial_data;
serial_data mydata[25];but frameStart is allocated 32bit in memory and this causes trouble when sendi...
Thank you!I was able to figure out also...https://github.com/VictorTagayun/STM32_TC74/blob/3e3b1e4160d207ba5fc2dc65a64449f4d7f537d3/NUCLEO-G474RE_I2C_TC74/Core/Src/main.c#L165https://github.com/VictorTagayun/STM32_TC74/blob/3e3b1e4160d207ba5fc2dc65a6...