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

generate callback function

Posted on March 10, 2018 at 17:27Hello friends.I have uart. And I need generate callback function.For example. I send from PC 0x01 and I need generate call back function 'HelloWorld'. Send 0x02 generate 'SunShine'.So I receive char in interrupt:void...

WiFi VCOM Example Not Working

Posted on March 10, 2018 at 17:45Hi,    I just purchased the following setup:Computer: i7 / Windows 10Nucleo: STM32F401Expansion: IDW04A1I have Trustudio as the compiler currently. Updated drivers to current.  My problem is that when working the han...

Migration from Nucleo-64 board to Nucleo-144

Posted on March 10, 2018 at 08:06Hi, I've got a question related to making shields for Nucleo boards. The problem is portability of shields between boards. There are two questions, to which I can't find a simple answer:1. Do ST Morpho connectors on ...

HAL_GetUID

Posted on October 05, 2017 at 09:31When compiling using the HAL library STM32Cube_FW_F4_V1.16.0  I am getting an error that UID_BASE is not defined.Can someone point me out if I am missing a header file or declaration?

CubeMX SD_status with FreeRTOS not reentrant

Posted on March 10, 2018 at 08:38 The follow code snippet is generated in sd_diskio.c by CubeMX (4.0) when using FreeRTOS (STM32Cube_FW_F7_V1.9.0): /** * @brief Gets Disk Status * @param lun : not used * @retval DSTATUS: Operation status *...

Where are any B-L475E-IOT01A CUBEMX examples?

Posted on March 09, 2018 at 16:12Where are any STM32Cube example projects for the B-L475E-IOT01A board?    I can find the generated projects for example BLE/HeartRate and P2P_LedButton.   But how were these generated?  Isn't the whole point of using...

Jitter less than 20ns with STM32L476

Posted on March 08, 2018 at 16:28Hi, I've a problem with the jitter of my program on STM32L476.First of all, I'm introduced you my project.A signal TLL with a frequency of 1KHz to 50 KHz must be multiplied by a sinusoide or square analogique signal ...