STM32 MCUs Embedded 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
  • 66 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 II
  • 367 Views
  • 26 replies
  • 0 kudos

STM32N6 getting stuck in USB_CoreReset( )

I urgently need to get USB High Speed working on USB1 of the STM32N6570-DK. I have attached the .ioc file I am using.I am able to get the GPIO_IOToggle project working on the board. I am able to put breakpoints step through the code.I am using  STM32...

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

TCP Socket bare-metal, can it be done?

Hi,I am running a simple TCP server using the lwIP stack and no RTOS. I got help from the "Echo_Server" example offered in most ST eval board packages, everything works fine.I need to accept a single socket connection from the outside and maybe also ...

AndrewST by Associate II
  • 185 Views
  • 12 replies
  • 1 kudos

TIM encoder mode with Encoder clock output

I try to combine the enocer mode of TIM1 with a encoder clock period measument using TIM8. The RM0456 (for U5) mentions this in the end of chapter 54.3.25 under the heading "Encoder clock output". TIM1 works fine and counts up and down according to t...

stryga by Associate III
  • 28 Views
  • 0 replies
  • 0 kudos