STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Question about DMA usage from STM32F0x1 reference manual

Hi friends from community. I have a question about the paragraph about DMA section from STM32F0x1 reference manual page 200, as showed below:I don't know how to understand the red highlight part of above picture,why there says <these ‘memory’ registe...

hexiaole_0-1706116066678.png
hexiaole by Associate II
  • 692 Views
  • 3 replies
  • 5 kudos

Resolved! Read/write latency while dynamically adjusting counter phase

I want to be able to continuously adjust the phase of a timer output via input capture on another signal. I do not want the timer to be automatically triggered or reset by the external signal because I want some processing in the loop to determine ho...

Tkmn by Associate II
  • 643 Views
  • 3 replies
  • 0 kudos

STM32H7 Camera Buffer YUV TVP5150 JPEG

HelloLet's assume I have a TVP5150 device connected to a STM32H7 MCU. The TVP5150 transmits PAL frames as YUV. This means 2 bytes per pixel.This results in 720x576 * 2 = 829.440KB per frame. In reality, there is pretty sure the need for double buffer...

kbch by Associate II
  • 3599 Views
  • 1 replies
  • 0 kudos

SD card driver for NUCLEO-L433RC-P ?

I have the NUCLEO-L433RC-P development board and looking for some code that will allow me to read and write to a micro SD card, but I can't seem to find anything in the example code for this processor.I found some SD card example code but they were f...

johngj by Senior
  • 2365 Views
  • 22 replies
  • 2 kudos

Resolved! How to use usb cdc_receive_hs on main() ?

Hey. I'm trying to create a program that receives 4 bytes long strings from my pc and transfer them through an spi connection to a peripheral device, throught a usb connection.I've set my stm32 nucleo board up as a usb device and generated the requir...