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

Why would SPI send 16 bits instead of 8?

I have configured my STM32G071 SPI peripheral to transmit 8 bits with the following code:void spi_config(void) { RCC->APBENR2 |= RCC_APBENR2_SPI1EN; //Enable SPI Clock   //Configure for SPI mode (not I2S mode) SPI1->I2SCFGR &= ~SPI_I2SCFGR_I2...

SHobb.1 by Associate II
  • 2950 Views
  • 7 replies
  • 0 kudos

I2C strange signals form

I am now dealing with the work of I2C. As a device, I connect an Eeprom AT24 chip. There are 10K Ohm pull-up resistors. There are no other devices on the bus and nothing else is connected to the boards. Transmission rate 400 kHz.When I connect Eeprom...

0693W00000NssQXQAZ.jpg 0693W00000NssR6QAJ.jpg
ADoro.2 by Associate III
  • 456 Views
  • 5 replies
  • 0 kudos
Labels