[Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Ori Idan
Hello, Not directly related to SDCC but I am sure some people here can answer it. I need to use the EFM8 MCU, the software itself will be compiled with SDCC. My question is how to program the chip from Linux? I did not find any solution neither on google nor on Silicon Labs web site. -- Ori Idan

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Maarten Brock
> Hello, > > Not directly related to SDCC but I am sure some people here can answer it. > I need to use the EFM8 MCU, the software itself will be compiled with > SDCC. > My question is how to program the chip from Linux? > I did not find any solution neither on google nor on Silicon Labs web > site

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Ori Idan
On Tue, Aug 9, 2016 at 11:24 AM, Maarten Brock wrote: > > Hello, > > > > Not directly related to SDCC but I am sure some people here can answer > it. > > I need to use the EFM8 MCU, the software itself will be compiled with > > SDCC. > > My question is how to program the chip from Linux? > > I di

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Maarten Brock
> On Tue, Aug 9, 2016 at 11:24 AM, Maarten Brock > wrote: > >> > Hello, >> > >> > Not directly related to SDCC but I am sure some people here can answer >> it. >> > I need to use the EFM8 MCU, the software itself will be compiled with >> > SDCC. >> > My question is how to program the chip from Lin

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Benjamin Larsson
> Why not? Simplicity Studio is available for Windows, Linux and OS X. > > Maarten Simplicity Studio does not support C2 programmers under linux. At least I was not able to get it working. The http://ec2drv.sourceforge.net/ should be able to program the efm8 chip if it is not to different fro

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Kustaa Nyholm
On 09/08/2016 19:48, "Benjamin Larsson" wrote: >Simplicity Studio does not support C2 programmers under linux. At least >I was not able to get it working. Which? Does not support (as per some documentation) or you did not get it to work (although it looks like it should)? If former, you shoul

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Kustaa Nyholm
> >If former, you should contact Silicon Labs or ask in their forum, most chip >manufactures are very supportive IME. > >wbr Kusti I meant to write, of course, " if later" ... This e-mail may contain confidential or privileged information. If you are not the intended recipient (or have receive

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Benjamin Larsson
On 08/09/2016 07:16 PM, Kustaa Nyholm wrote: > > On 09/08/2016 19:48, "Benjamin Larsson" wrote: > >> Simplicity Studio does not support C2 programmers under linux. At least >> I was not able to get it working. > > Which? Does not support (as per some documentation) I think this because I have fou

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Jaromir Sukuba
Few years ago I made this http://jaromir.xf.cz/pic89/pic89prog.html programmer for Atmel 8051 SPI ISP programmable parts - at first it was just a joke, but it proven quite useful later. Using ASCII serial protocol it works under all OS-es by design, I'd say you ran run it under Z80 CPM easily. The

Re: [Sdcc-user] Using SDCC with Linux to program the Silicon Labs EFM8

2016-08-09 Thread Benjamin Larsson
On 08/09/2016 07:48 PM, Jaromir Sukuba wrote: > Few years ago I made this http://jaromir.xf.cz/pic89/pic89prog.html > programmer for Atmel 8051 SPI ISP programmable parts - at first it was > just a joke, but it proven quite useful later. Using ASCII serial > protocol it works under all OS-es by des