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.

CC2510 mini UART_Bridge in CCS

Other Parts Discussed in Thread: CC2510

Is there a way to build UART_Bridge code using Code Compressor Studio? I have tried many time using IAR, however I am unable to exceed errors like "lnk51_CC2510.xcl" not found. I have corrected it by choosing one from the directory "devices/TexasInstruments". Then, the size become another problem, and "too much output" error occured. How can I use this UART_Bridge code in CC2510 mini, can you please guide me?

thanks in advance.

  • Hi,

    There is no 8051 compiler for CCS as far as I know.

    When using IAR Embedded Workbench for 8051 KickStart version, it is possible to extend the 4 kB code size limit up to 16 kB. This can only be done when you debug, connected to the build host (PC). You must enable a special option by going to ''Project options'' -> ''Linker'' -> ''Extra options'' (tab) -> Enable ''Use command line options'' and add ''--ks_version'' as extra linker option.

    You could also try SDCC, an open source 8051 compiler. I haven't tried it myself, but it should work.

    I hope this helps!

    Br,
    TIABO