Re: [Mspgcc-users] calling functions above 64KB of address space

2010-09-21 Thread thln
Le 20/09/2010 22:49, Mihai Galos a écrit : Hello everybody. I toyed around with a disassembly of an application I am building which is about 83kB of flash. I am using a MSP430F5438 MCU. Some functions I have manually relocated to the section of addresses above 64KB. Now, when I try to call

Re: [Mspgcc-users] calling functions above 64KB of address space

2010-09-21 Thread Mihai Galos
Thierry, Thank you for the scoop! I'm gonna switch over to the aforementioned X branch in the CVS. I kinda find it amazing that the two branches weren't mereged. There should be something like a compiler/linker flag to select between normal and extended addressing. I know I'm asking a lot

Re: [Mspgcc-users] calling functions above 64KB of address space

2010-09-21 Thread Mihai Galos
The version with which I compiled earlier was mspgcc4.4.3 I switched to 4.4.4 and I'm trying to compile on this now. In saw that the register-memory mappings are a lot more detailed in the corresponding header files, so obviously work has undergone in this direction. However, I cannot seem to

[Mspgcc-users] mspdebug and f5438 erase problem

2010-09-21 Thread Peter Bigot
Got a EXP430F5438 so I can eventually do far-memory work on gcc/binutils. Verified the hardware and MSP-FET430UIF work by using Code Composer on Windows to install and run the User Experience. Now need this on Linux. Using the current master of the mspdebug repository (ecccfb5), I get: