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

Nucleo-L496ZG in 1.8V

Posted on March 21, 2018 at 10:52Hello,I have a nucleo-L496zg board (stm32L496ZgT6 144 pins) and I'd like to use it in 1.8V.From the document UM2179, section 6.5.4 I see that it's possible depending of the connection on SB121, SB122and SB127, which ...

Setting up sim800 with stm32f103c8

Posted on March 20, 2018 at 12:43hi i'm trying to set up a gsm sim800 module with stm32f103c8 .i want to switch a led on and off with sms . i used stm32cubemx for usart settings and i generated a code for that.. now i want to recieve sms with at com...

salar s by Associate
  • 2175 Views
  • 6 replies
  • 0 kudos

Resolved! HAL NAND Config - SpareAreaSize / PageSize values..

Posted on January 30, 2018 at 12:52Hi.When configuring the HAL_NAND driver you need to set the PageSize and SpareAreaSizes values; /* hnand1.Config */  hnand1.Config.PageSize = 2048;  hnand1.Config.SpareAreaSize = 64;   hnand1.Config.BlockSize = 64;...

Callback function with parameter?

Posted on March 20, 2018 at 13:03Hello friends.I create callback function for uart:typedef void (*InterruptHandler) (uint32_t uart_interrupt);    InterruptHandler UART_HandlerTable[MaxInterrupt];   extern void UART_callback(uint32_t InterruptID, Int...

Questions about the stm32L0 evaluation board

Posted on March 20, 2018 at 16:54hi:I have the following questions?My question is for the official example: demo.STM32Cube_FW_L0_V1.7.0\Projects\STM32L053R8-Nucleo\Examples1.There are many routines in the stm32L0 evaluation board. Some routines use ...

Labels