Re: [Sdcc-user] How to wrrite program onto EFM8?

2020-05-22 Thread Maarten Brock
Hello Philipp, Philipp Klaus Krause schreef op 2020-05-21 16:23: How can I write a program onto an EFM8 * Bee Starter Kit Board? For my C8051 boards, I use an U-EC6 with ec2-new, which mostly works fine. But for an EFM8 Sleepy Bee Starter Kit board I tried, I got "MATCH FAILED, no suitable de

Re: [Sdcc-user] μCsim simulator 'simif' interface

2020-05-22 Thread Raphael Neider
Hi, have a look at https://sourceforge.net/p/sdcc/code/HEAD/tree/trunk/sdcc/sim/ucsim/example/simif.c They use #define SIF_ADDRESS_SPACE_NAME "xram" #define SIF_ADDRESS_SPACE __xdata #define SIF_ADDRESS 0x unsigned char SIF_ADDRESS_SPACE * volatile sif; and read multi-b