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.

MSP430F248: Check if MSP430F247 or MSP430F248 from code

Part Number: MSP430F248

Is it possible to identify within the code if the chip is an F247 or an F248?

I wasn't able to find any information about this in the technical documentation and I have a custom bootloader that needs to known if the flash is 32 or 48K

Thanks and best regards

G

  • Hello Guido,

    Unfortunately for these older devices, there is no identifier beyond the family in the device. (F247 and F248 are in the same family as they are memory spins of one another.) You would need to place in some kind of identifier within your application code. you could store this in info memory as well.

**Attention** This is a public forum