2025-12-03 2:44 AM
Hi Support team,
I am working on STM32H563 Nucleo project and trying to integrate internal temperature sensor.
I enabled internal temperature sensor channel available at ADC1, but getting crash while executing below conversion code:
TS_CAL1 = *TS_CAL1_ADDR;
PFA project for reference.
Please help in resolving the issue.
Thanks.
2025-12-03 2:56 AM - edited 2025-12-03 2:56 AM
Welcome to the forum.
Please see How to write your question to maximize your chances to find a solution for best results.
@Subhashzimetrics wrote:getting crash while executing below conversion code:
TS_CAL1 = *TS_CAL1_ADDR;
What, exactly, do you mean by "getting crash" ?
If it's a Hard Fault, see Tips on debugging Cortex-M Hard Faults.
BTW: Although it doesn't really matter for just a single line like that, please see How to insert source code for putting source code in a post.