RedBearLab / Biscuit

Biscuit firmware for TI CC2540 SoC
178 stars 72 forks source link

Does biscuit support CC2541? #5

Open liansba opened 10 years ago

liansba commented 10 years ago

Can i download this firmware into a cc2541 soc?

nickswalker commented 10 years ago

My guess is no as the cc2541 lacks USB capabilities.

Cheong2K commented 10 years ago

The IAR project is set to CC2540 by default but you can modify it to support CC2541. You need to create .hex but not .bin, since CC2541 does not have USB. One of the configuration in the project generates .hex for CC2540 already.