2020-08-23 08:00 AM
Hi,
I was going through the example of promixity sensor of B-L475E-IOT01A board in the github stm32l4cube repository. i compiled the code and debugged it. After dumping the program into my board and while trying to get the values in hyperterminal I get the following error, HardFault_Handler() at stm32l4xx_it.c:61 0x8000882 . to be noted that I got this error only after I entered the command in my hyperterminal to view the sensor values.
Can anyone help me with rectifying this
Thanks!!!
Solved! Go to Solution.
2020-08-27 10:25 AM
commented
the 2094-2098th lines in vl5310x_api_core.c
Status = VL53L0X_calc_sigma_estimate(
Dev,
pRangingMeasurementData,
&SigmaEstimate,
&Dmax_mm);