Support for MSP430x5xx processors on MSP430-gcc
Posted
by jldupont
on Stack Overflow
See other posts from Stack Overflow
or by jldupont
Published on 2010-05-01T19:23:37Z
Indexed on
2010/05/01
19:27 UTC
Read the original article
Hit count: 449
How would I add support for a new MSP430 processor type on MSP430-gcc? E.g. msp430x5xx series.
I understand I must produce the relevant .h / .o files but how do I integrate those in msp430-gcc ?
© Stack Overflow or respective owner