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 ...

Resolved! How to fix variables to a specific memory using STM32CubeIDE

Hello, everyone.I am using STM32CubeIDE.I want to position one variable in the .noinit section and to secure the memory location of this variable to 0x2001FF0.volatile uint8_t data1 __attribute__ ((section (".noinit")));I succeeded in using the above...

Ekim.1 by Associate II
  • 2994 Views
  • 3 replies
  • 1 kudos

Resolved! Help Needed on A/D Conversion

Hi,I am trying to do multi-channel single conversion in polling mode in a scan sequence on an Nucleo-STM32G070 board, there is a multi-channel ADC example with this board, but it needs a trigger for every channel. What I need is:start the conversion ...

Chao by Senior
  • 1055 Views
  • 7 replies
  • 0 kudos

Define address for pages of RAM variables

Hi everyone, I have a peculiar case. We are updating our product from a legacy micro, on which we were using an external EEPROM to store a LOT of settings (in the hundreds of KB). These were stored in pages of 1K each, and each page was different. No...

debugger instance incorrect but cannot delete

  I am trying to use a CRC32 generated with srec. This is all going OK. Then I remembered the hex file not the elf file was being modified by my script.I am trying to get the de-bugger to load the data from a hex file and the symbols from an elf file...

undeleteable_incorrect_debug_instance.png
rclar.6 by Senior
  • 349 Views
  • 1 replies
  • 0 kudos