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

ADC polling of multiple channels

Hello,After setting up a 4 channel read with DMA, I ran into the problem, that the value of the internal temperature sensor seemed to not change at all. The values of the read out potentiometer however were plausible.So I wanted to check all used cha...

Resolved! HAL_I2C_Mem_Write_DMA issue

Hi There,I have searched a lot about the  HAL_I2C_Mem_Write_DMA problem and seems like i have not found anywhere else this issue has been solved.Can anyone contribute if someone has solved it. Thanks

Resolved! STM32h7b0 - System memory bootloader AN2606

Hi, I'm having issues on our custom board jumping to the system memory bootrom.Likely i have a software issue but would like to clarify the system memory address for the bootloader. This is usually listed in AN2606 but there is no explicit mention of...

Regarding Volatge Control in STM32L562CET6

Hi all,          I have working on USBPD Sink project in that ,I have been struck in the part of reading the voltage from the STM32L562CET6(Customized Board)before this process I have done the same project in STM32L562E-DK , What I need to do actuall...

nishadh by Associate
  • 237 Views
  • 0 replies
  • 0 kudos

Measure STM32F373 core temperature

Hi,I was measuring the STM32F373 core temperature.It seems that the core is 56°C while the environment is 23°C, no housing.Is the 56°C a reasonable temperature? It looks quite high to me.I used the settings below:

ADC_Temperature.png
BPutt.1 by Associate II
  • 323 Views
  • 1 replies
  • 1 kudos

Resolved! Mixing HAL and Direct Register Manipulation

Hello. I am writing a code to read ADC data from an AC voltage sensor. I used HAL to initialize ADC 1 and USART2 for checking the values in Putty. However, I would like to use direct register manipulation to send data to USART6 so that it can transmi...