STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Resolved! Error in sending message with FDCAN on STM32H735G-DK

Dear all,I've been following this video on YT on how to get the FDCAN on my discovery board (STM32H735G) to work: https://www.youtube.com/watch?v=sY1ie-CnOR0 . Note that this is the 2nd video of a series, if you want to watch it. Now, my problem is n...

Compiler optimized program has errors

While trying to debug a problem, it seems that another one is giving me a hard time.One function call is not shown, another has the wrong name ("writeFLASHDoubleWord" should be "waitForBusy").The breakpoint is also missed. Originally the code worked,...

Tobe by Senior III
  • 2801 Views
  • 37 replies
  • 9 kudos

ADC Returning "0" zeros

Hello. I have a problem with my ADC readings. I use Nucleo 64 with SM32G474 and ADC1 Channel 6. Pin coresponds to A5, Arduino compatible pin on board. No matter what i do, change adc or channel, i get 0 as an output. I use comands MX_GPIO_Init();MX_A...

Miha by Associate II
  • 371 Views
  • 1 replies
  • 2 kudos

Eigen library and stm32cubeide

I was looking for using the Eigen library with stm32cubeide, but after adding the library, the compiler says it can not find cmath library. I tried to change the project to c++, but the error was persistent. Anyone has any sort of experience?