User Activity

HiI need to flash both the cores of stm32h745zit3.  Tried to flash the code using STMCube ide. But after reset pin pressed, cm4 is not getting run. Using ide i run both cores separately. And using programmer tried to load hex separately but it doesn'...
I am working with stm32h745ZIT3, in my application I need to receive some packets over ethernet in CM7 and these packets need to share to CM4, and processing is done in CM4. So, to test this data transfer I need to debug both cores simultaneously. Tr...
Hi,I am using stm32h745. I want to check the integrity of flash by checking crc checksum of the code in flash by storing the crc to last 4 bytes of flash. During image integrity check the calculated crc and stored crc need to compare. For this how sh...
Hi,I am using stm32f030 to read adc value(truestudio). ADC reads value on an interval of 10 minutes. It is observer that ADC reads value for first 5-6 times,and after that it reads 0v.The readings we get is also different from what is measured on adc...