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

Using a defined constant inside HAL_UART_Transmit

Hello,I'm using STM32 with STM32CubeIDEThis is my code:#define SOME_DATA 0x01 HAL_UART_Transmit ( & huart6 , SOME_DATA , 1 , 1000 ) ;The compiler issues the following warning :passing argument 2 of 'HAL_UART_Transmit' makes pointer from integer witho...

skon.1 by Senior
  • 4545 Views
  • 10 replies
  • 0 kudos

Audio not playing when using DF mini player

when I am running this code,the audio is not playing.I checked everything.The connection is completely fine as some sound is coming when I power up the nucleo.the audio files are named from 1 to 6.mp3.where is the problem then?? 

Priyaa_0-1699707747416.png Priyaa_1-1699707751494.png
Priyaa by Associate II
  • 1366 Views
  • 2 replies
  • 0 kudos

Error in the Stm32CudeIde program

When generating code, the Code Ide generates the following code:/** Name: cmsis_os2.c* Purpose: CMSIS RTOS2 wrapper for FreeRTOS*/...osStatus_t osThreadTerminate (osThreadId_t thread_id) {TaskHandle_t hTask = (TaskHandle_t)thread_id;osStatus_t stat;#...

juvf1 by Associate
  • 897 Views
  • 2 replies
  • 2 kudos

VCPKG fails with STM32 VS Code Extension

Hi,Trying to get he new STM32 Extension working for VS Code and it is failing with> Using vcpkg executable at "/home/iwiseman/.vscode/extensions/ms-vscode.vscode-embedded-tools-0.7.0-linux-x64/assets/platform/linux-x64/vcpkg-glibc.app". > Using VCPK...

bibble235 by Associate III
  • 3651 Views
  • 3 replies
  • 2 kudos

Resolved! Pointer to cyclic buffer at stm32H7A3

I am running ADC DMA in cyclic modeat STM32G474CET6  Im useingBuffer_Addr_At_Trigger[ ADC_Loop_Counter] = hdma_adc1.Instance->CNDTR;to read the pointer of the cyclic bufferIn the STM32H7 familyAn syntax error for CNDTRI can't find the appropriate reg...

hroze.1 by Associate II
  • 747 Views
  • 3 replies
  • 1 kudos