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.

CC3200 SDK - all functions patched away from ROM (rom_patch.h)

Other Parts Discussed in Thread: CC3200

I'm getting started on CC3200 and noticed that with the current SDK and examples - the rom_patch.h moves all the functions away from the ROM methods and relies on the driverlib.  Is this just for purposes of debugging/compiling, or is it an issue with the first silicon?  

I guess I'm planning on using the MAP_ functions anyway - but I'm wondering at what point we might be able to take care of the ROM functions.

  • Hi Chris,

    The ROM methods can only be used with the production version of the silicon (part number would read CC3200JR). To enable it "TARGET_IS_CC3200" has to be defined and driverlib rebuilt.

    For compatibility reasons, we keep "TARGET_IS_CC3200" undefined.

    You may define "TARGET_IS_CC3200" and use the ROM methods "only" if you have the production version of silicon.

    Best regards,

    Naveen