This commit is contained in:
2025-10-23 16:02:24 +09:00
parent 78d2798c3b
commit 2d9ad795c5
4 changed files with 0 additions and 18 deletions

View File

@@ -1,18 +0,0 @@
Can you Please once flash the SW and take a saleae log of following lines : SDA SCL I08 Buck1 buck2 buck3 buck4 buck5
I will let you know the test procedure :
Test case 1 : For checking the TIMEOUT_MIN_ERROR_ST of 130ms ,
Just flash the SW , run & pause the SW
Code will be at INIT condition, make it true : tharun_PMIC = 1
let the SW run & make stop_serve =1 after some time randomly to observe the above line reactions on saleae .
Test case 2 : For checking the TIMEOUT_MIN_ERROR_ST of 1.04s ,
Just flash the SW , run & pause the SW
Code will be at INIT condition, make it true : tharun_PMIC = 1
Add break point at Pmic_RAA271005_Init,
change the variables like below
TIMEOUT_130ms = 0, TIMEOUT_1_04s = 1;
Remove break point
let the SW run & make stop_serve =1 after some time randomly to observe the above line reactions on saleae .