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 STM32U3 series.Added the support for...

Resolved! With the ADC using single ended input channel, what is the internal vref, what is the 12 bit voltage range for measurement (is it 0 to 2.5V or 0 to 3.3V)? What is the lowest accurate measurement resolution when we have less than 20mV to measure?

I am trying to work with photo diodes and need to measure 20mV or less with ADC. Whats the best resolution I can get with a single ended ADC (using ADC 3 channel 12 at the moment).Whats the measurement range on that channel? When we have less than 10...

PRedd.111 by Associate III
  • 399 Views
  • 2 replies
  • 0 kudos

Question about redefinition

Hi all,just a short question:Why does the compiler say that the page is redefined?#define ADDR_FLASH_PAGE_148 ((uint32_t)0x0804A000) #define ADDR_FLASH_PAGE_149 ((uint32_t)0x0804A800)Same page but with small letters and that's ok for the compiler...

eschl by Associate
  • 921 Views
  • 4 replies
  • 0 kudos

Open in new window => STM32CubeMX view get's corrupted

Hi,I'm working with multiple monitors. I had to compare two STM32CubeMX files from two projects in the project tree. So, I right-clicked on one project, selected 'open in new window', and then openend the corresponding STM32CubeMX file. Both views of...

RAltm by Senior
  • 334 Views
  • 0 replies
  • 0 kudos

Problems debugging from STM32CubeIDE and Linux Debian

Hello developers,I am a beginner in STM32 programming.I have the board STM32L152C-Discovery, the ST-Link V2 adapter and Linux Debian on my laptop installed.I am using STM32CubeIDE as IDE.I setup my first project in STM32CubeIDE with the automated cod...

MHof by Associate II
  • 1991 Views
  • 8 replies
  • 0 kudos

CubeF0: LL_DAC_init does not set DAC trigger source

Using STM32IDE LowLayer and STM32F051C8This code does not set the triggersource for the DACDAC_InitStruct.TriggerSource = LL_DAC_TRIG_EXT_TIM15_TRGO; DAC_InitStruct.OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE; LL_DAC_Init(DAC, LL_DAC_CHANNEL_1, &DAC_I...

Willunen by Associate III
  • 348 Views
  • 0 replies
  • 0 kudos

Features and known issues in STM32CubeIDE

Dear community,Edit: This thread was initially made to clear up some confusion about what functionality STM32CubeIDE was intended to have. As the tool has now been released for a while I believe that is has become more clear. However, having easy acc...