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

How to define a specific address location to store data

Hi All, I'm using STMCubeIDE for an assembly project and I want to be able to store some variables in Flash memory at a specific address (like data tables).I tried using a command like this but it didn't work:#pragma location=0x08001000DataStart:   ....

RMyer.1 by Associate III
  • 2580 Views
  • 5 replies
  • 1 kudos

USB and USART1 Pin conflict

Hi,Iam using STM32F078VB (LQFP100 package) for my application. I want to use both USB and USART1 as UART1(asynchrounous mode) in my application. There occurs pin conflict while using USB pins and USART1 RTS/CTS pins, So I have disabled flow control (...

0693W00000CzzPHQAZ.png
maha1 by Associate
  • 653 Views
  • 1 replies
  • 0 kudos

Why is my #ifdef not working correctly?

I have a __BOOTLOADER symbol defined for my project as shown in the attached image I want to display firmware version based on the defined symbol so I have an #ifdef statement to select the correct string. The IDE displays the source code correctly:...

0693W00000CzdxqQAB.jpg 0693W00000Czdy5QAB.jpg
gsieb.1 by Associate II
  • 4660 Views
  • 7 replies
  • 0 kudos

PDM2PCM library

Hi, I am planning to convert PDM samples received from MP34DT05TR-A to PCM samples with 24 bit resolution at 48KHz sampling frequency using PDM2PCM library in stm32f401RE MCU. As per document PDM2PCM library only gives samples with 16 bit resoluti...

KK Y.1 by Associate II
  • 270 Views
  • 0 replies
  • 0 kudos