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.

CCS/CC3220: Use driverlib from ROM

Part Number: CC3220


Tool/software: Code Composer Studio

hi,

I have a question now. To save RAM space, use the peripheral driver interface in the external ROM. The SDK uses the simplelink_cc32xx_sdk_2_10_00_04 version, according to the SWRU464 document 6.2 description, modify and recompile the relevant libraries and their own projects in the SDK. When running the new bin file (when the bin file is burned, the service pack bin file is burned together) Some strange problems occur, such as a sudden restart during operation, when the MAP_PRCMHibernateCycleTrigger() interface is called, it is stuck, and after the power is turned off again, it is the state after the interface is running. What is the cause of this?
Is the driverlib library in ROM the same as driverlib in RAM, or is there a difference? If so, is there any documentation?