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

VDD is unstable. because of VBAT??

Hi there.I'm using a STM32F071 series.I want to use a RTC with power backup.So, I added a super-cap on VBAT.​when I power off and on again, ​VDD becames a saw blade.... what???After I discharged the super-capacitor and power on again, VDD is good.I t...

0690X00000BunOrQAJ.png 0690X00000BunPBQAZ.png 0690X00000BunPVQAZ.png
JPark.11 by Associate II
  • 474 Views
  • 3 replies
  • 0 kudos

ADC measuring internal reference gives strange results for shorter sample times. Is there a way to measure the internal reference with sample times of 1.5?

Setup: 48MHz CPU clock, ADC clock = CPU/4. For various sample times, I get internal reference measurements of: 1.5 - 1925, 7.5 - 1760, 13.5 - 1420, all other sample times give 1550. I thought sample times were to cope with high impedance sources. ...

CVan.18 by Associate II
  • 204 Views
  • 0 replies
  • 0 kudos

how to use extern "C"

hi everyone want to use interrupt in main.c i am using extern "C" for this purpose but its couldn't compile/* USER CODE BEGIN 4 */ extern "C" void TIM2_IRQHandler(void) { // Handle update interrupts (update interrupt flag is set) if (TIM2->SR & TIM_S...

waaizkhan by Associate II
  • 1837 Views
  • 4 replies
  • 0 kudos

in stm32h7, access to battery backup ram inside stm chip sometimes doesnt work. on nucleo board. when clk turned on, battery ram stops working. thanks

battery backup ram works after power on. stops working ( get hard fault ) upon access to variable in battery backup ram. battery backup ram works when developement system dissconnected. sporadicaly stops working when ijet or segger connected to nu...

Ishel.18 by Associate
  • 393 Views
  • 1 replies
  • 0 kudos

STM32 External Loader

Hello everyone,I am developing a project with STM32F750N8 using Keil IDE, JLink Edu debugger.Also using W25Q128 QSPI Flash. I want to load my hex to the qspi flash and run the software from there (with memory mapped mode).I build a BSP Library that c...