STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

While(1) loop stops executing

Hello,For my project Im checking on a data request by using DMA and UART Idle interrupt. After a few minutes my while loop just stops executing. The code keeps executing the USART1_IRQHandler and doesn't return to the main code anymore. If Im not usi...

mJelmer by Associate
  • 62 Views
  • 3 replies
  • 0 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 II
  • 308 Views
  • 21 replies
  • 0 kudos

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
  • 30 Views
  • 0 replies
  • 0 kudos

stm32h7b3i-dk SAI1 configuration

Hi,I am trying to use SAI instead of I2S6 since the BDMA seems to not trigger even after proper configuration.I am using SAI for the first time so I am completely unsure about this config: /** * @brief SAI1 Initialization Function * @PAram None ...

AmrithHN by Associate III
  • 174 Views
  • 3 replies
  • 1 kudos

Resolved! Fixes for STM32H743 SVD

Hi, while using the SVD (Version 1.8 - but in the 1.9 zip this file still states 1.8) for the H743 I noticed some errors and have patched them for my code generation. Some of them caused me trouble for hours until I noticed that the SVD and the RM di...

Hazardy by Associate
  • 256 Views
  • 3 replies
  • 0 kudos

Resolved! Errors for STM32H7S SVD

@STTwo-32, I also noticed issues in the EXTI.Sample:stm32h7s7xx.h,   &(EXTI->PR1) == 0x58000088STM32H7S.svd, &(EXTI->PR1) == 0x58000020When should we expect the upcoming release (in 2 month?)?Also, are there public script which validate that stm32*.h...

Marc_LM by Associate III
  • 51 Views
  • 2 replies
  • 0 kudos

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
  • 21 Views
  • 0 replies
  • 0 kudos