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.

AM2634: Arm-based microcontrollers forum

Part Number: AM2634

Tool/software:

Hi,

We are using AM2634 with custom designed hardware and CC Studio version 12.7.0.00007 with XDS110 Debugger.

And we are facing an issue while configuring FSI peripheral and we are getting the following assert

[Cortex_R5_0] ASSERT: 0.10s: soc/am263x/soc_rcm.c:SOC_rcmGetModuleClkDivVal:1443: (inFreq % outFreq) == 0 failed !!!

To find what is causing the error we checked the PLL Configuration and the PLL output is being configured to 800Mhz instead of 2000Mhz with  N = 11U,M2 = 1U,M = 384U.

To Configure the PLL we are currently using GEL files only we also tried to reconfigure the core PLL with GEL file scripts provided and also tried to reconfigure them in our code but we are still getting the assert.