STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H743 Internal CPU Temperature

 Hello, I am trying to calculate the internal CPU temperature on an STM32H743, When reading the internal CPU temperature sensor using ADC3 IN18 (internal temperature), I get a very high value (~731C)The formula I'm using is the following :Temperature...

anasba by Associate II
  • 2699 Views
  • 13 replies
  • 3 kudos

Resolved! a bug about using execution profile kit in threadx

Hi, i'm trying to use execution profile kit in threadx. I use STM32H750VBT6 and STM32CubeIDE1.12.0firstly, i use stm32cubemx to generate the code include threadx. I can't find execution profile file in the code. So I get tx_execution_profile.h and tx...

xixi by Associate II
  • 849 Views
  • 4 replies
  • 2 kudos

USB host MSC read sector count

Hello everyone.I am working on a project which needs low level access to USB mass storage class such as reading sector size/count of an attached storage device but thus far I could not get anything out of my board which is nucleo-f446re.I have initia...