User Activity

Hello,I am trying to read the internal temperature sensor - but the value I get does not change at all (when I change the ambient temperature).I have the same raw value from ADC - 0xe41 -- >, which convert to -142.19 C (?!)I assume that something is ...
Hi I need to place the math standard library in a specific memory section (otherwise, It won't be linked appropriately - luck of space)so I add to the ld file the following lines: .mylib : {  . = ALIGN(4);  *(.lib*); *(.libc) *(.libm) *(.libdsp); ...
Hello,I’m using STMCUBE Version: 1.9.0  with  STM32h750 chip.1. I would like to know to convert intel hex file to a binary file with multiple section addresses? We like to prevent a scenario in that intel hex sections are not sequential, and the bina...