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

SDD1963 LCD Controller with FSMC

Posted on March 11, 2013 at 20:21Hello, Does anybody already used sdd1963 lcd controller with STM32 through FSMC? The used code to configure the FSMC is: void FSMC_LCD_Init(void) {   FSMC_NORSRAMInitTypeDef  FSMC_NORSRAMInitStructure;   FSMC_NORSRAM...

gsilva by Associate II
  • 453 Views
  • 4 replies
  • 0 kudos

There's a bug of latest ST-Link firmware

Posted on September 14, 2014 at 11:31I'm using the st-link on stm32f4 discovery. I had upgrated the firmware to V2.J21.S0, and there's something wrong when using the printf via SWO. The printf data number inceases fast but there is no data shown in ...

STM32L0 MCU EEPROM write

Posted on July 29, 2014 at 14:44Hi.I use Nucleo board with STM32L0x3 MCU. There are special sequence for EEPROM TYPEPROGRAM_BYTE process? I can write 4 bytes data (TYPEPROGRAM_WORD) but can't write 1 byte data (TYPEPROGRAM_BYTE):uint32_t Address = 0...

STM32F205 flash self programming

Posted on September 06, 2014 at 22:11Hello, First, sorry for my poor english.I have a problem with a STM32F205. I am trying to read the content of flash memory , and for some bytes i have a value different with my firmware binary file. But the appli...

msstaf by Associate
  • 321 Views
  • 2 replies
  • 0 kudos

STM32L0x ISP though USART

Posted on September 12, 2014 at 11:22Can anybody point me to the software for programming STM32L0 family through USART bootloader? Flash loader demonstrator doesn`t seem to support this family.Thanks in advance #stm32l0-isp-bootloader

STM32 crashed during programming flash

Posted on September 12, 2014 at 13:43Hi, My project crashed during programming of STM32L152 internal flash. Crashing means, that I cannot halt CPU; no hard fault nor bus fault interrupt only CPU freezed. Project runs CMSIS-RTX RTOS. Program is runni...

zoltan2 by Associate II
  • 338 Views
  • 2 replies
  • 0 kudos

STM32F4 Discovery and SPI3 reset clock signal

Posted on September 12, 2014 at 20:07 Greetings, I'm working with the STM32F4 Discovery board and I'm trying to configure SPI3 as an SPI slave. However, I'm getting strange results when attempting to configure the CLK pin. After a reset, ...

Labels