SBL2e application development questions

Discussion to talk about software related topics only.
Post Reply
ziverez
Posts: 1
Joined: Fri May 21, 2010 4:51 am

SBL2e application development questions

Post by ziverez »

Hello,

We'd like to develop a custom application over SBL2e platform, and would like to know:

1. Does the SBL2e dev. kit includes a source-level debugger?
If so, which target interface does it employ (JTAG/serial/other)?

2. Can the SBL2e RTOS be modified to operate with more than 20 ticks / sec?
I'd like to reach 50 ticks/sec or more.

Thanks,
Ziv
User avatar
pbreed
Posts: 1088
Joined: Thu Apr 24, 2008 3:58 pm

Re: SBL2e application development questions

Post by pbreed »

It does not presently have a source level debugger.

The ticks could be modified, why do you need modified ticks?

Almost always better to use a timer.


Can you give an outline of what you want the SBl2E app to do?

If you can do it on a SB70LC expect to spend 4 to 10x as much time getting all polished on an SBl2E.
The platform only has 32K total RAM for everything.
Post Reply