2025-10-09 6:13 AM - edited 2025-10-09 6:26 AM
Weird things are happening.
The breakpoint i set in the void Read_ToF_From_VL53L0X_FreeRTOS_Task(void *pvParameters) task is not getting hit
this task calls VL53L0X_Measure_Distance function in which i set a breakpoint which is working ok !
also i put another breakpoint in the file VL53L0X_FreeRTOS_Queues.c which is called upon initialization
this is also not getting hit
is it a problem with teh specific folder?
but the VL53L0X_Core_Functions.c also on the same main dir
does the FreeRTOS dir have any problems?
Has anyone experienced this problem?
@Andrew Neil
2025-10-09 6:15 AM
Note:
The tasks which are not getting hit by the breakpoint are working properly i am getting its outputs.
2025-10-09 6:20 AM
What device? The number of hardware breakpoints is limited. If you try to set too many, you should get a message about it.
Consider clearing all breakpoints, verifying that none are set in the Breakpoints tab, then setting the one you want to see if it will work.
2025-10-09 6:22 AM - edited 2025-10-09 6:29 AM
STM32H750VBT6
i also tried to set only the breakpoints in the task Read_ToF_From_VL53L0X_FreeRTOS_Task still not working
2025-10-09 6:37 AM
I have a second board also, i tried the same code on that also. which is also showing the same problem.