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

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
  • 2706 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
  • 3122 Views
  • 13 replies
  • 0 kudos

HAL_Delay(100) ?

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

STM32L476 USB OTG

Posted on November 09, 2015 at 19:09I am designing a breakout (stamp) board for this controller and I am a bit confused about the hardware configuration of the USB OTG section. Can the VUSB be 5 V, the standard voltage from any USB source? If I want...

onehorse by Associate II
  • 444 Views
  • 0 replies
  • 0 kudos

STM32f407 accessing internal flash

Posted on November 04, 2015 at 23:08I'm using the Keil v4 IDE/ToolchainIDE-Version:�Vision V4.70.0.0Tool Version Numbers:Toolchain:        MDK-ARM Professional  Version: 4.70.0.0The STM32F407VET6 is my full version.  So I have 512MB flash.My image s...

netstv by Associate II
  • 1674 Views
  • 4 replies
  • 0 kudos

Can the interrupt vector table be saved and/or reloaded?

Posted on November 08, 2015 at 22:53Hi, I am running a function that seems to be moving the default vector table, that has been set up for FreeRTOS. After running  these 2 functions, USB_MSC_HOST_Init(), and then MSCHOST_DeInit(), I run SystemInit()...

open an AC6 project

Posted on November 09, 2015 at 16:23Hello, In a Cube project folder, when I click *.uvprojx, the project opens in Keil toolchain ; I build (0 error, 0 warning, great!!), and ready to run. Likewise when I click *.eww and IAR toolchain.What do I click...