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.

SS1 Bluetopia on MSP430F5638

Other Parts Discussed in Thread: MSP430F5638, MSP430F5438A

Hi,

The Bluetopia stack has a file, "MSP430Utils.h", that has several definitions specific to the MSP430F5438A. Is there a version of this file available for the MSP430F5638 or do I have to modify this file myself?

Thanks,

Seth Berggren

  • Seth,

    The main file with hardware constants is HRDWCFG.h.  This contains macros that are used to make the code easier to port.  This file in turns references macros contained in MSP430Utils.h.  If there are any macros in MSP430Utils.h that are 5438A specific that are referenced in HRDWCFG.h you would need to either modify them in MSP430Utils.h or change them in HRDWCFG.h.

    Tim