Search found 5 matches

by andystephenson
Tue Sep 02, 2008 8:19 am
Forum: NetBurner Software
Topic: I2C eeprom drivers
Replies: 1
Views: 4302

I2C eeprom drivers

Hi,

Can someone point me to some demos on driving eeproms please?

I am having problems getting the read to work. Inparticularly, the write of the slave address with the read bit set after the slave address and sub address has been written.

In the restart function, it checks to see if slave is set ...
by andystephenson
Fri Aug 29, 2008 1:46 am
Forum: NetBurner Software
Topic: undefined reference to `GetRandomByte()'
Replies: 1
Views: 4348

undefined reference to `GetRandomByte()'

Hi,

I have included random.h in my project, but when I compile, it get:
C:\Nburn\NBEclipse\workspace\MC123SA\Release/..\nvm.cpp:50: undefined reference to `GetRandomByte()'


I have tried including with "" and <>, same issue.

I have copied the h and c files into MOD5270 include and system dirs ...
by andystephenson
Fri Aug 29, 2008 1:37 am
Forum: NetBurner Software
Topic: Mod5270 and GPIO
Replies: 1
Views: 4324

Re: Mod5270 and GPIO

Sorted. Found gpio5270.h and it pulled it together for me.

...Andy
by andystephenson
Thu Aug 28, 2008 3:02 am
Forum: NetBurner Software
Topic: Mod5270 and GPIO
Replies: 1
Views: 4324

Mod5270 and GPIO

Hi,

I have found 2 different docs on the website for using IO. One is APPNOTE-MOD5270-PinIO-R1p1.pdf and the other is APPNOTE-MOD5270-GPIO-R2p1.pdf.

Both have defines that I can't resolve.

I am using Rel22_rc2.

Can someone point me to some examples on using GPIO please.

Thanks,

Andy
by andystephenson
Mon May 12, 2008 9:21 am
Forum: NetBurner Software
Topic: Printf and multiple threads
Replies: 1
Views: 7188

Printf and multiple threads

Hi,

I have read somewhere, but I can't find it now, that if you are using printf from multiple threads, you can't use buffered comms - or something to this effect.

Can someone point me to the doc that discusses this, as I want to see what exactly you have to do. When experimenting earlier, I used ...