User Activity

product link is here https://www.st.com/en/evaluation-tools/p-nucleo-ihm001.html. The purpose is to control the motor to run as requested, in the product page, I'm a little confused, I start the board f302r8 and start a project, then where to get the...
I checked some solutions in this community, but mine is special, there are totally no convert log produced, not response, no popup, no error message, I followed https://www.st.com/content/ccc/resource/technical/document/user_manual/group1/ef/c8/90/3d...
I have two i2cs, i2c1 and i2c2, I set i2c1 as master and send data request (a "0" char) to i2c2, which is set as slave. now I have enabled event interrupt in i2c2, and when i2c1 sends command, I could find the default MX generated interrupt function ...
I have successfully updated the firmware of L476RG of my added functionality (I put my own code into a new fixed FLASH region, and only update this region for updating the firmware), now assuming I have changed the definition of pin on L476RG, which ...
In the firmware we have some upgrade functions/data, if we want to update the firmware, we have to make sure those upgrade functions/data will not be erased . So I edit Debug_STM32L476RG_FLASH.ld file, and changeFLASH (rx) : ORIGIN = 0x08000000,...
Kudos from