Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi Team,
My customer is testing out the two versions of MCU+ SDK (9.2 and 10.1)
They are using the ospi_flash_io examples, but they are running across issues on both.
On SDK9.2 with environment A below, they are able to run the program the first time after they power ON with logs outputting "All tests have passed!" However, when they CPU Reset and try running the program again, OR when they press terminate debug and try to debug the program again without power cycling, the program gets an error on the Board_driversOpen() function.
On SDK10.1 with environment B below, after they delete the DPL CFG line from example.syscfg file, the first time running the program after power ON is successful, but any attempts afterwards to run the program without power cycling will result in error at the Board_driversOpen() function.
Question: What could be the error for the Board_driversOpen() resulting in error after retrying?
Environment A:
- CCS: 12.7.1
- SDK: 9.2.0.56
- SysConfig: 1.20.0
- Tool Chain: 3.2.2
Environment B:
- CCS: 12.7.1
- SDK: 10.1.0.31
- SysConfig: 1.21.2
- Tool Chain: 4.0.1
Best regards,
Mari Tsunoda