STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 341 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
  • 885 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...