1. msp430-gcc has a built-in __delay_cycles() function (with two underscores in front).
3.+5. The compiled code is too large. Try compiling with "-Os", "-flto" (and maybe "-minrt") options.
2. pow() is not implemented by newlib. It might be possible…
Hi SANTHOSH,
You can get the F5255 Peripheral Examples code for your reference, which can be compiled by TI gcc compiler. Or you can download the office line MSP430F525x Code Examples (Rev. E) .
I see you got the GCC tool chain on the open source…
Part Number: MSP430F5255 Tool/software: Code Composer Studio Below code used to test the UART in CCS debug mode, with the following configuration, 4800, n, 8, 1:
#include <msp430.h>
#include <driverlib.h>
/* * */ static void initializes_oscillator…
Thank you for all the replies. I read the Bootloader version using the JTAG and it is is 00.08.08.04. I was able to communicate using the DVCC domain although the response does not seem right. Is there a specific part number for the MSP430F5255 I have…
Other Parts Discussed in Thread: MSP430F5255 Hi, My customer is developing the system using MSP430F5255. There are a several Errata related to PMM module (PPM9, 11,12, 14, 18, 20). http://www.ti.com/lit/er/slaz536k/slaz536k.pdf Customer wants to use fast…
Hi Christoph,
We got where the bug is. Actually, we are facing problems due to data types.
In the given Library from Si Labs, data types are defined as below
typedef unsigned char uint8; typedef unsigned short uint16; typedef signed short…
Part Number: MSP430F5255 Tool/software: Code Composer Studio Hi,
We have build our code in CCS-GCC compiler and we are generating the .hex file. But we didn't find any option to generate the TI-TXT file in GCC compiler.
Can you please help us on how…
Part Number: MSP430F5255 Tool/software: Code Composer Studio
Hi,
I am using MSP430F5255 as a host controller in my project to control Si Labs BLE121LR. Here I included BG Library provided by Si Labs. And as this library is working only when I use…