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

12864B I2C LCD I will ask. (STM32F429)

Posted on November 29, 2017 at 07:51Hi everyoneThat link page 12864 I2C LCD(https://community.st.com/external-link.jspa?url=http%3A%2F%2Fzhongbest.com%2F2017%2F04%2F05%2Fi2c-lcd12864%25E6%2598%25BE%25E7%25A4%25BA%25E5%25B1%258F%25E5%2585%25BC%25E5%2...

Resolved! Hard fault to read internal EEPROM - STM32L011

Posted on January 10, 2017 at 15:27Hi,I am getting a hard fault while trying to read from the internal EEPROM (STM32L011), function:uint8_t Read_EEPROM_Byte(uint32_t address){    uint8_t tmp = 0;   address = address + 0x08080000;    tmp = *(uint32_t...

Resolved! STM32F072 Nucleo-64 - TIM16 problem

Posted on December 11, 2017 at 11:33Trying to use TIM16 of a STM32F072 to generate a (software triggered) one shot high pulse at a GPIO pin.As there are some screenshots, I have attached a PDF to show the problem. I do not use any timer hardware bes...

JuM by Senior
  • 309 Views
  • 3 replies
  • 0 kudos

Value of ''__initial_sp''

Posted on December 11, 2017 at 13:30Hello , I am new to ARM cortex M processors and while doing some coding on my board using KEIL  i found thatat location 0x0000_0000 my debugger shows the value '0x2000_0660' . Thats the value of the MSP loaded. bu...

n.serina by Associate III
  • 391 Views
  • 1 replies
  • 0 kudos

STM32F769I Eval Board Can Bus Example

Posted on December 11, 2017 at 14:58Hi everyone,I am using STM32F769I Eval Board and i am trying to run the STM32Cube_FW_F7_V1.7.0 CAN_Networking example.First i read the documentation and set the jumpers +-------------+-----------------+       |  ...

Labels