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

Printf no redirect

Hello, in my project I'd like to use printf for print debug messages, but if write printf("Test"), I don't see the string on the UART.I have redirect printf:#ifdef __GNUC__ /* With GCC, small printf (option LD Linker->Libraries->Small printf  set to ...

LBern.1 by Associate
  • 230 Views
  • 0 replies
  • 0 kudos

Trouble setting I2C device registers

I am using an STM32L476 to run an MMC5983MA magnetometer and a LIS2HH12 accelerometer, using I2C. The devices are initialised using the STM cube generated code, then the registers are set, and then checked. When I check the accelerometer registers, ...

CGrov.1 by Associate II
  • 445 Views
  • 4 replies
  • 0 kudos

STM32L432KC with W25Q16JV

Hello Team,I want to use STM32L432KC with W25Q16. I have generated the code through CubeMx. I have tried to ready ID from W25Q16, and I getting 0xFF. When i have tried with the Arduino UNO board, it is working perfectly. /* SPI1 parameter configurati...

Resolved! STM32l431 spi slave interrupt not work

hi all,I need to use a SPI1 as slave and receive character by character via interrupt and not works.I have placed a break point to "void NMI_Handler(void)" and "void SPI1_IRQHandler(void)" but never fire into the functions.static void MX_SPI1_Init(vo...

JSanz.1 by Associate III
  • 670 Views
  • 6 replies
  • 0 kudos
Labels