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

How to do FIR with STM32F429?

Posted on January 19, 2018 at 09:30Dear allI'm trying to make a Low Pass Filter from ADC signal within STM32F429.I came across some relative document as the belowhttp://www.st.com/content/ccc/resource/technical/document/application_note/group0/c1/ee...

0690X00000609QbQAI.png

STM32F769 Flash Memory Allocation for user data

Posted on January 19, 2018 at 03:33Hi,Flash memory address is from ADDR_FLASH_SECTOR_0 to ADDR_FLASH_SECTOR_23.Which sectors are for program code?How to choose flash sector to store user data?Please advise me.Thanks.Regards,Thiha Kyaw#stm32f769 #fla...

SPSGRFC-433 Module mbed initial setting example

Posted on January 19, 2018 at 08:07I am looking for an example..The example of X_NUCLEO_IDS01A4 is modified and repeatedly (send) succeeds, but it does not work to send after receiving from receiving side..I wonder if you have any examples.The sendi...

windows serial tool to send hex data

Posted on January 18, 2018 at 05:58i have used hyperterminal in windows,but i want to send a block of hex data (for eg:('hi'->0x68,0x69).i tried tera term.but i am able to send one byte a time not a string at one time.i am not sure if i missed somet...

STM32L0 consumption

Posted on January 17, 2018 at 16:04Hi GuysI'm using and STM32L011 MCU with HAL library and RTC running on a WakeUpTimer of 60seconds.I enter stop mode in the following way:void gotosleep() {     __HAL_RCC_PWR_CLK_ENABLE();    HAL_PWREx_EnableUltraLo...

xarion by Associate II
  • 703 Views
  • 3 replies
  • 0 kudos

Huge repetitive LPTIM interrupts

Posted on November 30, 2017 at 10:53Hi everyone!I've been recently using the LPTIMER, along with the compare and autoreload interrupts. Microcontroller is an STM32L073.It has been working fine, mostly, but I realized that if I remove a delay (which ...

STM32F031x6 RTC Wakeup Timer

Posted on December 25, 2017 at 22:04Hi GuysI'm trying to implement the function HAL_RTCEx_SetWakeUpTimer_IT in stm32f0xx_hal_rtc_ex.h file.My device is STM32F031x6However I see the following code in the .h file:#if defined(STM32F071xB) || defined(ST...

xarion by Associate II
  • 462 Views
  • 2 replies
  • 0 kudos

Power Supply

Posted on January 18, 2018 at 11:14Hi all, i'm using STM32F407VG Discovery with expansion board. I have two questions:1 - Why when i try to connect my smt32f4 using the 5V pin and the GND pin with an external power supply without a USB connection my...

Resolved! Backslashes in audio_player_app.h in cube f7 1.6.0

Posted on February 05, 2017 at 22:11In file included from /Users/john/STM32Cube/Repository/STM32Cube_FW_F7_V1.6.0/Projects/STM32F769I-Discovery/Demonstration/Modules/audio_player/audio_player_app.c:49:0:/Users/john/STM32Cube/Repository/STM32Cube_FW_...

Labels