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

Did we discuss STM32 in SO8 yet?

https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32g0-series/stm32g0x1/stm32g031j6.htmlIt's the same trick as in the STM8s in SO8 - several IO pads bonded together on...

i2c problem

here is the read 16 bytes register codeuint16_t TMP_ReadConfReg(void) { __IO uint16_t RegValue = 0;   /* Enable LM75_I2C acknowledgement if it is already disabled by other function */ I2C_AcknowledgeConfig(LM75_I2C, ENABLE); /*---------------...

Microsecond delay using Timer in stm32l0

I have tried below code for generating the microsecond delay for the stm32l0, but its not working.int myTicks = 0;********//Enabling The timerrRCC->APB1ENR |= RCC_APB1ENR_TIM2EN;      TIM2->PSC = 0;      TIM2->ARR = 72;      TIM2->CR1 |= TIM_CR1_URS;...

Writing and reading from Flash on STM32F446

I have a Nucleo-64 Dev Board where I'm developing and testing my automation solution.I'm using the latest STM32CubeIDE and updated STM32 FW Package (1.24.1), FreeRTOS and FATFS as Middleware.I'm trying to wrap HAL Flash Write function, aside a simple...

peppea82 by Associate II
  • 324 Views
  • 0 replies
  • 0 kudos
Labels