Search found 40 matches

by zealott
Mon Oct 14, 2019 10:43 am
Forum: NetBurner Software
Topic: MODM7AE70 low power mode
Replies: 1
Views: 1624

Re: MODM7AE70 low power mode

Bumping this, would it be doable to reduce CPU frequency without other things breaking?
by zealott
Wed Jun 19, 2019 1:05 am
Forum: NetBurner Software
Topic: MODM7AE70 low power mode
Replies: 1
Views: 1624

MODM7AE70 low power mode

Hi,

What option do we have with the MODM7AE70 to reduce power consumption?
Any code examples or things to worry about? (RTOS?)

Thanks,
J
by zealott
Sun Aug 10, 2014 11:22 pm
Forum: NetBurner Software
Topic: SerialSendComplete
Replies: 2
Views: 2211

Re: SerialSendComplete

Hi Paul,

Using the latest one 2.6.7 with ticks set to 200...

Thanks,
John
by zealott
Thu Aug 07, 2014 5:08 am
Forum: NetBurner Software
Topic: SerialSendComplete
Replies: 2
Views: 2211

SerialSendComplete

Hi, Tried the use the SerialSendComplete function but receive only FALSE. Any hints? (MOD5282 and MOD54415) int ser1 = SimpleOpenSerial(1, 115200); char buf[512]; // fill buffer for (unsigned int i=0;i<sizeof(buf)-1;i++) { buf =0x41; // fill buffer with 'A' } buf[509] = '\13'; buf[510] = '\10'; buf[...
by zealott
Sat Mar 01, 2014 5:03 am
Forum: NetBurner Software
Topic: NNDK Release 2.6.4 Beta for Windows and OSX
Replies: 2
Views: 3897

Re: NNDK Release 2.6.4 Beta for Windows and OSX

Does the SerialSendComplete() work with MOD5282?
serial.h seems to not support 5282 for this

Cheers,
John
by zealott
Fri Nov 09, 2012 5:18 am
Forum: NetBurner's Eclipse IDE
Topic: NNDK 2.6.0 CVS gone?
Replies: 3
Views: 3570

NNDK 2.6.0 CVS gone?

CVS anyone?

Thanks
by zealott
Mon Oct 15, 2012 12:56 am
Forum: NetBurner Hardware
Topic: External AD converter
Replies: 1
Views: 1985

External AD converter

Anyone know of a good external AD converter that fits to the NB bus? Example code?
(need 12-16 ports)

Edit: MAX11131 seems to be nice, any experiences with this? Any example QSPI code? :-)

Cheers,
John
by zealott
Wed Sep 15, 2010 4:18 am
Forum: NetBurner Hardware
Topic: 5234 - eTPU & RS422
Replies: 17
Views: 10217

Re: 5234 - eTPU & RS422

Btw, here is some calculations for eTPU on how many uarts (and baudrate) that can be access at the same time...

http://www.freescale.com/files/training ... E_ETPU.pdf

Cheers :)
by zealott
Wed Sep 15, 2010 1:56 am
Forum: NetBurner Software
Topic: Custom eTPU function set fails compiling in project
Replies: 1
Views: 2088

Custom eTPU function set fails compiling in project

Hi, I am following the appnote for the eTPU (5234) for creating a custom function set. All system files compiles but the project does not: C:\nburn\lib\MOD5234.a(ioboard.o): In function `OnModDev70': C:\nburn\MOD5234\system/ioboard.cpp:127: undefined reference to `eTPUInit' C:\nburn\lib\MOD5234.a(pi...
by zealott
Tue Sep 14, 2010 11:07 pm
Forum: NetBurner Hardware
Topic: 5234 - eTPU & RS422
Replies: 17
Views: 10217

Re: 5234 - eTPU & RS422

Regarding half duplex 485, how about a max13487e/max13488e which includes auto sensing of direction, would those make it a bit easier for half duplex? :)