|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
MSP430F233Hi All,
It seems that the MSP430F233 is not supported by
msp-gcc with the --mmcu switch in the latest mspgcc-20080619 version. Neither msp430-as nor
msp430-ld show that they support this chip. There are 5 other devices
in this this family, it seems that the MSP430F235 is also not supported but the
'247, '248, '249 and '2410 are supported. The header file msp430x23x.h is
present and accurate and io.h references it. I have looked at the binutils
cvs and it does not seem to have a linker script for the '233
device.
|
Is this correct? Is msp430x23x support in the
pipeline? Can I work around this in the meantime?
I can provide my makefile if required.
Thanks in advance,
Regards, James Brown
------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
|
|
Re: MSP430F233If you create your own linker script and choose a device which matches your
device most, you'll be fine. The --mmcu option controls which libraries are used for devices with or without multiplier and 'extended memory' and so on. Nico Coesel ----- Original Message ----- From: David Swinnerton To: mspgcc-users@... Sent: Wednesday, July 09, 2008 5:23 AM Subject: [Mspgcc-users] MSP430F233 Hi All, It seems that the MSP430F233 is not supported by msp-gcc with the --mmcu switch in the latest mspgcc-20080619 version. Neither msp430-as nor msp430-ld show that they support this chip. There are 5 other devices in this this family, it seems that the MSP430F235 is also not supported but the '247, '248, '249 and '2410 are supported. The header file msp430x23x.h is present and accurate and io.h references it. I have looked at the binutils cvs and it does not seem to have a linker script for the '233 device. Is this correct? Is msp430x23x support in the pipeline? Can I work around this in the meantime? I can provide my makefile if required. Thanks in advance, Regards, James Brown ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
| Free Forum Powered by Nabble | Forum Help |