This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SYSCONFIG: SysConfig v1.25 changes OSPI BaudRateDiv Parameter Unexpectedly

Part Number: SYSCONFIG
Other Parts Discussed in Thread: AM263P4

Tool/software:

Hello, 

The latest version of SysConfig (1.25) paired with the latest MCU SDK for the AM263p4 (v11_00_00_19) producedan odd change to the ti_drivers_config file.  We noticed that the OSPI, which we use to communicate with external flash, failed to initialze after this update of versions.  The culprit was the Ospi Attributes in the generated ti_drivers_config.c file written by SysConfig had changed the BaudRateDiv even though it had not been changed in SysConfig GUI.  

Starting Config:

Updated Version: 

After building, without doing anything else.  

As you can see the .baudRateDiv parameter changed from 4 to 8.  This broke out OSPI initialization.  Why does this happen and will it be fixed in the next SysConfig?