Compare commits

...

2 Commits

Author SHA1 Message Date
155d0d95a7 add 2025-10-23 16:03:10 +09:00
2d9ad795c5 del 2025-10-23 16:02:24 +09:00
5 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 .