2020-02-18 05:45 AM
H7 FW V1.6.0 has incorrect VREFINT_CAL_ADDR, TEMPSENSOR_CAL1_ADDR and TEMPSENSOR_CAL2_ADDR definitions for H7A3.
Correct defs would be
#define VREFINT_CAL_ADDR ((uint16_t *)0x8fff810)
#define TEMPSENSOR_CAL1_ADDR ((uint16_t *)0x8fff814)
#define TEMPSENSOR_CAL2_ADDR ((uint16_t *)0x8fff818)
and these should be conditional to H7A3 (and possibly others). Currently, same def with H74x/H75x are used.
Solved! Go to Solution.
2020-02-19 06:11 AM
Hello @Yoichi Shinoda ,
Thank you for highlighting this issue. I raised it internally for fix in the next releases.
Best Regards,
Imen
2020-02-18 08:45 AM
Thank you for reporting,
While I was checking too, I could see that @Imen DAHMEN has just entered a ticket for that.
2020-02-18 11:55 AM
Thank you always for your investigation work.
And while you are at it, can you please take a quick look at another questions I have regarding H7A3 USB DFU memory descriptor?
2020-02-19 06:11 AM
Hello @Yoichi Shinoda ,
Thank you for highlighting this issue. I raised it internally for fix in the next releases.
Best Regards,
Imen