STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

_Noreturn is reported as a syntax error

A syntax error is reported against the _Noreturn specified when a function is declared _Noreturn:_Noreturn void doesNotReturn( void ) { while ( 1 ) ; } The compiler has been configured for C18 and the code compiles.Can I get this to be accepted by ...

CTapp.1 by Senior
  • 381 Views
  • 5 replies
  • 0 kudos

Unable to switch to g++ linker.

Hello.We need to use g++ linker in our project.But after setting g++ linker in Project->Properties->C/C++Build->Settings->MCU G++ Linker to g++ again ld.exe is invoked.Would you please advice.Thank you.

STM32H7S3L8 error when uploading code

Hi, I'm trying to upload a blank code generated by the ioc file on STM32H7S3L8 and I'm getting this error: "Break at address "0x800efb8" with no debug information available, or outside of program code." How can this error be fixed?