Skip to content

Porting stress test to STM32L4A6xx variants #6

Answered by jefftenney
ptf18m45 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Phil,

Glad lptimTick.c is working for you.

Regarding the assertion failure, CubeMX generates stm32l4xx_hal_timebase_tim.c, so I'll correct their mistake from a user-code section in main.c. That way the project remains modifiable in CubeMX and compatible with further code generation. Thanks for reporting that.

I never observed any failures related to the errata regarding minimum run time between deep sleeps. I just saw the errata sheet and wrote a workaround. Have you tried a workaround -- either the one in ulp.c or your own?

With regard to your watchdog timeout, I agree it's very weird. You could add code to save the RTC captures made in the tick-hook function (test modes 2 and 3). You…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ptf18m45
Comment options

Answer selected by ptf18m45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants