Search found 37 matches

by rhopf1
Wed Jun 18, 2014 5:48 am
Forum: NetBurner Software
Topic: MOD 5282
Replies: 7
Views: 4608

Re: MOD 5282

Depending on your layout and resources used the MOD54415 is a great substitution with 5-6 I2C channels. It's also cheaper than the MOD5282.
by rhopf1
Thu Jun 05, 2014 9:57 am
Forum: NetBurner Software
Topic: Mod54415 Multiple Chip Select
Replies: 6
Views: 3980

Re: Mod54415 Multiple Chip Select

See MOD54415.pdf in /nburn/docs/platform it list available memory addresses.

I'm working on a project and plan to use 0xC2000000 but is untested.
by rhopf1
Fri May 23, 2014 9:43 am
Forum: NetBurner Software
Topic: Maxim chip 1-Wire (OW) driver for MOD54415
Replies: 6
Views: 4068

Re: Maxim chip 1-Wire (OW) driver for MOD54415

The DS2480 is all nice and good but I don't see how it utilizes the built-in OW on the MOD54415. Seems the MCF54415 already has this functionality, just need to get it up-and-going, buffers, semaphores, interrupts and all.
by rhopf1
Fri May 23, 2014 6:11 am
Forum: NetBurner Software
Topic: Maxim chip 1-Wire (OW) driver for MOD54415
Replies: 6
Views: 4068

Re: Maxim chip 1-Wire (OW) driver for MOD54415

Just starting with a DS2401 Serial Number. We just want a unique to ID see what's plugged onto a cable without having to set switches, flash, etc. Seems an easy way to do it with little overhead. The closest Freescale example I found is for the i.mx21 processor, probably similar enough to the 54415 ...
by rhopf1
Thu May 22, 2014 1:11 pm
Forum: Off-Topic
Topic: MOD54415 GPIO as inputs
Replies: 7
Views: 5875

Re: MOD54415 GPIO as inputs

Try this before using the pin:
J1[9].function(PIN_GPIO);
by rhopf1
Thu May 22, 2014 1:05 pm
Forum: NetBurner Software
Topic: Maxim chip 1-Wire (OW) driver for MOD54415
Replies: 6
Views: 4068

Maxim chip 1-Wire (OW) driver for MOD54415

Don't suppose anyone's done this yet? Would be nice to have a starting point.
Thanks,
by rhopf1
Tue Apr 01, 2014 5:22 am
Forum: NetBurner Software
Topic: Clock, TICKS_PER_SECOND, etc VERY Slow
Replies: 3
Views: 2549

Re: Clock, TICKS_PER_SECOND, etc VERY Slow

Thanks Dan, I'm sure that's it. I did do compile system files afetr changing the TPS to 50, guess I missed something will try again.

Bob H.
by rhopf1
Mon Mar 31, 2014 2:03 pm
Forum: NetBurner Software
Topic: Clock, TICKS_PER_SECOND, etc VERY Slow
Replies: 3
Views: 2549

Clock, TICKS_PER_SECOND, etc VERY Slow

Using MOD54415 out of the box. Running this simple program and output is almost 30 seconds instead of expected 10. Any ideas why? void UserMain(void * pd) { InitializeStack(); if (EthernetIP == 0) GetDHCPAddress(); OSChangePrio(MAIN_PRIO); EnableAutoUpdate(); iprintf("Application started\n"...
by rhopf1
Thu Jan 09, 2014 8:16 am
Forum: NetBurner Software
Topic: SendMail with CC and BCC options
Replies: 0
Views: 3116

SendMail with CC and BCC options

I've tried a few variations as suggested on the net but have never been able to get CC or BCC mailing options to work.

Anyone with working code for this?

Thanks,
by rhopf1
Wed Jan 08, 2014 10:46 am
Forum: NetBurner Software
Topic: IPSetup: no device detected
Replies: 6
Views: 5581

Re: IPSetup: no device detected

I asked the same question a few weeks back with no responses. Using Win XP and W7, latest downloads, IPSetup and Autoupdate can not "see" devices, IBFind can. If I know the IP I can program the devices.

Very strange.