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

STM32F030K6 start only with reset tie to VCC

Posted on May 03, 2017 at 19:18 I have device with STM32f030K6T6. Since one moment, I am not able to start this uP without shorcircuiting nReset signal to VCC. Originally I had RC circuit on this line. When this problem had occured I modified it re...

STM32L4 HAL_FLASH_Program without erase

Posted on February 22, 2017 at 21:16 Hi I need to write a flag (double word) to flash to tell a botloader not to jump to the app but to start a DFU interface. The bootloader dumps the flash page which contains settings for the app and writes th...

Burst Write using SPI in stm32f1

Posted on May 04, 2017 at 09:54I am using si4432 for radio communication interfacing it with stm32f103rbtx. I am successful in the setup of radio communication by and large. Although there is an issue. I am able to receive only the 1st byte on the r...

Nucleo-L053R8 wake up from standby

Posted on February 08, 2017 at 05:10 Hello, I have a question about Standby mode when it wakes up from standby with interrupt or anything which command will executed for the example /**** Start ****/ /* Check and handle if the system was re...

library problem

Posted on May 04, 2017 at 09:30Hi.I can't find  GPIO_PinAFConfig(). when i write it function, i don't find GPIO_AF parameter.void GPIO_PinAFConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_PinSource, uint8_t GPIO_AF){ uint32_t temp = 0x00; uint32_t temp_2 ...

SensorTile read the characteristic quaternions

Posted on March 03, 2017 at 09:59HelloMy company bought the STEVAL-STLKT01V1.I have to get the values of the quaternion's characteristic but it seems to be blocked.In fact with my computer i can : _ Connect in BLE to the sensorTile _ Get all service...