Re: [Sdcc-user] Generating code for Silabs C8051F330

2016-06-05 Thread Benjamin Larsson
On 06/02/2016 08:40 AM, Daniel Drotos wrote: > On Thu, 2 Jun 2016, Benjamin Larsson wrote: > >> https://github.com/merbanan/C8051F300_examples >> >> Everything worked fine. Then I switched to the C8051F330 mcu and all >> went to shit. Small examples worked somewhat but when compiling larger > > Eve

Re: [Sdcc-user] Generating code for Silabs C8051F330

2016-06-01 Thread Daniel Drotos
On Thu, 2 Jun 2016, Benjamin Larsson wrote: > https://github.com/merbanan/C8051F300_examples > > Everything worked fine. Then I switched to the C8051F330 mcu and all > went to shit. Small examples worked somewhat but when compiling larger Every year our students build a small panel as a student p

[Sdcc-user] Generating code for Silabs C8051F330

2016-06-01 Thread Benjamin Larsson
Hi, I am working on (re)writing firmware for a rfid reader (RDM6300). Initially I started this project with a C8051F300 mcu. To program the chip I wrote firmware for a hardware programmer plus I reused c2tool as host software: https://github.com/merbanan/c2gen https://github.com/merbanan/c2tool