STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Changing GPDMA Interrupts

Hello,I would like to enable and disable certain interrupts pertaining to the GPDMAs within my program at times. Particularly the transfer complete interrupt. I would assume that I should be able to simply change the register value with GPDMA2->C0CR ...

tw1_0-1743819810007.png
tw1 by Associate II
  • 336 Views
  • 2 replies
  • 1 kudos

AzureRTOS Nx_TCP_Echo_Server on NUCLEO-H743ZI2

Hello everyone,I use the NUCLEO-H743ZI2 board in my project and previously, Before I've used the MBed OS - it works well on this board, just I need to maximize TCP transfer speed as well as QSPI. So I decided to try another RTOS. After reading forums...

Irek by Associate III
  • 2013 Views
  • 26 replies
  • 0 kudos

HAL_ADC_ConvHalfCpltCallback

I'm a beginner working with the STM32 Nucleo-L4R5ZI-P board and trying to set up ADC with DMA to sample an audio signal into a buffer. However, my DMA callback functions like HAL_ADC_ConvCpltCallback() and HAL_ADC_ConvHalfCpltCallback() are never bei...

stmuser by Associate
  • 451 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G071 disco USBPD_Analyzer

Hi,I am trying to modify the USBPD_Analyer Demonstration to use a fixed PDO definition in the usbpd_pdo_defs.hEventually I would like to modify it to create a source slave as it is not available in the CubeMonitor-UCPD but to begin with I am just add...

aber by Associate
  • 344 Views
  • 1 replies
  • 0 kudos

Resolved! Cutom bootloader STM32u575

Hello,I am trying to realise my own bootloader on my STM32U575 and have found the following article:https://community.st.com/t5/stm32cubeide-mcus/stm32u575-custom-bootloader-bootloader/td-p/584218Unfortunately this does not work for me. I am using a ...

rohe by Associate II
  • 545 Views
  • 3 replies
  • 0 kudos

SDRAM + SD-Card intermittent write failure.

I am having issues when writing a buffer that is declared in the external buffer to an SD card. When I tried to download a bulk file (1.5MB), write failure (f_write returns FR_DISK_ERR) would happen at least once during the download process, but if I...

cleonb322 by Associate III
  • 480 Views
  • 4 replies
  • 0 kudos

Resolved! H743 FreeRTOS

HI I m using H743 Nucleo, to write a RTOS program with 2 tasks which gonna access to the same memory location concurrently.. can anyone advise which  RTOS method to use ? Tasks ? Semaphore? Message Queue?