STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_TIM_Base_Stop() and HAL_TIM_Base_Start() adds time? (trying to have a nanoseconds (100ns) control delay using a BASE TIMER)

Hello, I need to control signals in the order of nanoseconds magnitude (~ 100 ns). For this purpose, I have programmed a hardware timer in order to have an interrupt with 100 ns delay. I'm using a STM32F746VE microcontroller at 216 MHz. I'm using the...

Luis Ber by Associate II
  • 6638 Views
  • 4 replies
  • 0 kudos

Resolved! *.zip file decompression - STM32F7

Hi all, I just want to decompress a .zip/.7z file store on external flash. Could some one tell me some sort of library work with STM MCUs meet my requirement?Thanks in advance.

Resolved! STM32 memory to memory DMA with Timer

Hi, I am trying to do MemToMem DMA operation on Timer input capture.My code:#define BufferSize 1000 uint16_t BUFFER_DATA[BufferSize];   TIM_HandleTypeDef htim = htim3; DMA_HandleTypeDef hdma = hdma_tim3_ch4_up; uint32_t channel = TIM_CHANNEL_4; uint3...

JBond.1 by Senior
  • 996 Views
  • 2 replies
  • 0 kudos

UART in DMA cause MCU crash

hi every one i am trying to receive data with UART in DMA and Normal mode, but after about 10 times that I receive data correctly suddenly MCU stop working I checked every thing but I don't know what's wrong :sad_but_relieved_face: this is my Uart an...

rhaja.1 by Associate II
  • 1785 Views
  • 9 replies
  • 0 kudos