STL Library flash test error configuration
Hi, my current issue is that after implement Self test library for a stm32h5 the basic things like STL_SCH_Init() works fine but when i try to run the flash test the STL_SCH_ConfigureFlash fails, the status says STL_ERROR.
How i run the test:
- I define STL_MemConfig_t FlashRangesVar (with the right memory ranges inside a STL_MemSubset_t struct).
- STL_SCH_Init() ->works fine.
- STL_SCH_InitFlash(&StatusVar) -> works fine an statusVar is STL_NOT_TESTED.
- STL_SCH_ConfigureFlash(&statusVar,&FlashRangesVar) -> this works but statusVar says STL_ERROR and not STL_NOT_TESTED like the documentation says.
I also use the CRC tool that is required for the test with the full flash range.
So my question is why the configureFlash fails?, because even if i define small ranges for the test it still fails the configuration and i check and re-check the ranges.
Thanks for reading.
