Re: [Sdcc-user] SDCC Compatibility Questions

2013-01-28 Thread Maarten Brock
Hi again, > Thank you for your answers. I still have some misunderstanding > below. > >>> 3. Will the debugger work with CCDEBUGGER and the CC2541? >> >> Well, that depends on the debugging software. SDCC can generate OMF >> output which contains debugging info. But the SDCDB debugger does not >>

Re: [Sdcc-user] SDCC Compatibility Questions

2013-01-28 Thread Randy Yates
"Maarten Brock" writes: > Hi Randy, Hi Maarten, Thank you for your answers. I still have some misunderstanding below. >> 1. Can the SDCC output be compiled for the TI CC2541 SoC? > > Yes. > >> 2. Will there be include definitions and memory maps for the >> system-on-chip peripherals and extra

Re: [Sdcc-user] SDCC Compatibility Questions

2013-01-28 Thread Maarten Brock
Hi Randy, > 1. Can the SDCC output be compiled for the TI CC2541 SoC? Yes. > 2. Will there be include definitions and memory maps for the > system-on-chip peripherals and extra registers? Yes, use cc2530.h though it may miss some stuff if it wasn't in the SWRU191B version of the User Guide. If