STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer options for DMA transfer on STM32F03F4P6

Hi there I'm working on a project where I need to create 4 different pulse trains on 4 different GPIO pinsI've created and formatted a uint32_t array to be able to directly write to the GPIO BSRR registerI want to use DMA memory to peripheral in circ...

SteenA by Associate II
  • 155 Views
  • 6 replies
  • 0 kudos

To know the Register value to read ADC Converted Data

I am writing the code to read the ADC data from internal temp sensor and ADC.I want to know that what is the register value to read the ADC data from there. I am using STM32H743ZIT6 Micro controller. We are  using ADC3,The ADC is set to 16-bit resolu...

Saranraj by Associate II
  • 86 Views
  • 3 replies
  • 1 kudos

HAL_TIM_IRQHandler pending but never fired

Hi All,I am trying to run FreeRTOS and TouchGFX on an STM32H7S7I8T with TIM6 as the timebase source. I am running into an issue where uwTick is not incrementing, this is due to HAL_IncTick not being called. Tracing it back, HAL_TIM_IRQHandler is neve...

repaint by Associate II
  • 63 Views
  • 1 replies
  • 0 kudos

USB RNDIS stucks on STM32H735IGT6

We have a problem converting our running USB VCP application (RTOS) to a working RNDIS version.We replaced the regular variants of usbd_cdc.* and usbd_cdc_if.* by their RNDIS variants.The USB OTG HS clock is enabled.We adapted the initialization:  ...

TKlem.1 by Associate II
  • 31 Views
  • 0 replies
  • 0 kudos

Secure Boot and Read Out Protection

Hi all,I'm designing a product that will have a USB boot-loader.I would like to choose a micro-controller that supports secure-boot as well as an ability to completely lock down the micro-controller such that no flash can be read from it. I understan...