User Activity

I am using the STM32G474E-EVAL1 board and the example FDCAN_Com_polling.It is working and only accept ID of 0x111.The code is: sFilterConfig.IdType = FDCAN_STANDARD_ID; sFilterConfig.FilterIndex = 0; sFilterConfig.FilterType = FDCAN_FILTER_MASK;...
I have a Nucleo-G071RB and GFX01M1 display board.I'm using TochGFX 4.15.0 to generate the project. It generated the files and I then when into CubeIDE, the code compiled and managed to downloaded into the board and all working ok.I now want to add s...
I have a NUCLEO-G071RB with X-NUCLEO-GFX01M1 display board and I've imported the GFX01M1_HelloWorld application but it won't launch into debug. I get this error:Error in final launch sequence:Failed to execute MI command:load /Users/sukkinpang/STM32C...