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

I2C - Adding a registry & value.

Hi, I want to try sending data to a slave consisting of several registries and have seen code example:-uint8_t buf[2];buf[0] = register_addr;buf[1] = data;HAL_I2C_Mem_Write(ftHandle, slaveAddr, buf, 2, timeout);Would this work in practice? As it is m...

PLee.3 by Associate III
  • 523 Views
  • 3 replies
  • 0 kudos

Bitfield registers acess

Hello I am not very familiar with the Low-level stm32F register,I have a question about the definition of each register in the  TIM_TypeDefI want to have a separate access to each bit, It is possible?I the stm32F429xx.h I have this:typedef struct{ __...

STM32F407 What is normal ADC accuracy error?

Hello. I have an external circuitry that I want to monitor voltage. It can go up to 48V hence I have used a big voltage divider. I am using 220K and 10K resistors for my voltage divider.At the moment, I am measuring 24V external voltage. After the vo...

LPetr.1 by Senior
  • 740 Views
  • 3 replies
  • 0 kudos

[STM32F769] Lost debugger com

Since the initial configuration, the communication between Cube and the STM32F769 board has been OK.As I had a problem with the SDRAM configuration, I tried to solve the GPIO conflicts listed in the IOC.After a modification (I don't know which one) (...

JLoye.1 by Associate
  • 330 Views
  • 1 replies
  • 0 kudos

memory partitioning and version switching.

hello, my project was to do a over the air update, looking for various strategies and I found one in the vector website. https://www.vector.com/int/en/products/application-areas/embedded-software/embedded-trends/ota-update-approaches/#c230972This met...

0693W00000NqqkvQAB.png
Vmere.1 by Senior
  • 499 Views
  • 0 replies
  • 0 kudos

Am I understanding the SysTick timer correctly?

Here SysTick_Config(16 000 000) takes one second to count down from 16 000 000 to zero?That is, one tick has a duration of 1/16 000 000==62.5 ns ?0.0000000625(one tick time) *16 000 000 ticks== 1 secondCorrectly?At the end of each count, an interrupt...

MMust.5 by Senior II
  • 7644 Views
  • 8 replies
  • 0 kudos