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

STM32F439I-EVAL no power on USB

Posted on November 09, 2015 at 23:54Running the demonstration project from STM32Cube and tried to load pictures from USB disk. Power does not turn on for USB HS port. Traced the problem to CPEN pin on USB3300. Anybody have a similar board, and does ...

lasse by Associate II
  • 442 Views
  • 1 replies
  • 0 kudos

Does USB OTG Require Pullup on DP line?

Posted on November 02, 2015 at 05:02 Does the Discovery board use pull-up or pull-down resistors on the USB OTG? Schematic says it doesn't, the USB standard says it's required. Any guesses? Thanks...

stm32 spi

Posted on November 10, 2015 at 11:26Hi.I am tying to connect my STM32F4 (or F1) with external ADC. Data from ADC can be received by SPI after ADC set ''ready'' flag.So the task for controller is to read by SPI 16 bit data on external event.The easie...

STM32F103R8T6 SWD problem

Posted on November 01, 2015 at 08:19Hello everyone,I am making PCB with STM32F103R8T6 but I have problem with SWD. I connect PCB with ST Link Mini via SWD SWCLK <--> PA14SWDIO <--> PA13RST <--> NRSTSWIM <--> PB3GND <--> VCC3V3 <--> VDDIn Keil, it ca...

thanhnt by Associate
  • 580 Views
  • 1 replies
  • 0 kudos

SDIO/SDMMC DMA request mapping

Posted on November 09, 2015 at 18:23Hi, I have recently got my SD card running on an STM32F7 with the SDMMC (with DMA) and came across one issue. The DMA request mapping in the Reference Manual (Table 25. DMA2 request mapping) indicates two streams ...

Verification of CPU Load

Posted on November 05, 2015 at 16:48Hi, I try to measure the CPU load of my STM32F429I-Discovery board. I tried the approach described on http://stm32f4-discovery.com/2015/05/cpu-load-monitor-for-stm32f4xx/. This shows me a CPU utilization of 99% in...

smrtkai by Senior
  • 2516 Views
  • 5 replies
  • 0 kudos

C vs. assembly

Posted on November 07, 2015 at 21:15Hi. I'm interested in that how you are programming - in C or in assembly language?What are really benefits of assembly in contrast to C? Speed of code execution probably? How much faster it is, if you compare the ...

matic by Associate III
  • 2649 Views
  • 13 replies
  • 0 kudos

HAL_Delay(100) ?

Posted on November 09, 2015 at 22:59Guys, Is HAL_Delay(100) = Delay for 100ms ? Thanks