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

stm3240g-eval eeprom(M24C64) issue.

HelloI test external eeprom (M24C64) on the STM3240G-EVAL. But it doesn't work well. HAL_I2C_Mem_WriteBytes() and HAL_I2C_Mem_ReadBytes() return the HAL_OK.But when I check the data[] buffer, the value is all "255".This mean that memory is empty? The...

dKim.1 by Associate II
  • 177 Views
  • 0 replies
  • 0 kudos

Resolved! why it does not enter the if statement?

I have a code made to check an if statement and then perform something. here is the if statementfor(int j=0;j<10;j++) { if(removed_Num==USERS[j]) { //do something} }USERS[j] is a 13 element array and removed_Num is also a 13 element array. I'v...

Ala by Senior
  • 500 Views
  • 4 replies
  • 0 kudos
Labels