STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32L4S PLL accuracy with the HSE clock

I want to feed the HSE clock (sourced by a 4MHz oscillator) to the PLL to create a SYSCLK at a higher frequency. Is there accuracy information on the PLL or is the accuracy of the output clock driven by the external oscillator? I've checked the data ...

SChen.7 by Associate
  • 472 Views
  • 2 replies
  • 0 kudos

edited code has affect only in the specific file, changes do not have affect on file that include the edited code, does anyone know how to solve this?

I am working with a STM32F407ZGT, I have downloaded demo code from the ST website containing different projects related to ethernet the file is called "en.stsw-stm32070" (ATTACHED). I am using Atolic TrueSTUDIO and I am having the issue that any chan...

msingh by Senior
  • 206 Views
  • 0 replies
  • 0 kudos

I am designing STM32F429 to access NOR Flash S29GL01GS. Refer to RM0090 reference manual, I am using FSMC to perform asynchronous read. What is the correct value for NOR_Timing.DataSetupTime? How do I calculate it?

Below is the ST sample code. /* NOR device configuration */ NOR_Timing.AddressSetupTime = 1; NOR_Timing.AddressHoldTime = 1; NOR_Timing.DataSetupTime = 6; NOR_Timing.BusTurnAroundDuration = 0; NOR_Timing.CLKDivision = 2; NOR_Timing.DataLatency = 2; N...

cye.15 by Associate
  • 255 Views
  • 1 replies
  • 0 kudos
Labels