Search found 37 matches
- Wed Jun 18, 2014 5:48 am
- Forum: NetBurner Software
- Topic: MOD 5282
- Replies: 7
- Views: 6063
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.
- Thu Jun 05, 2014 9:57 am
- Forum: NetBurner Software
- Topic: Mod54415 Multiple Chip Select
- Replies: 6
- Views: 5604
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.
I'm working on a project and plan to use 0xC2000000 but is untested.
- Fri May 23, 2014 9:43 am
- Forum: NetBurner Software
- Topic: Maxim chip 1-Wire (OW) driver for MOD54415
- Replies: 6
- Views: 5651
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.
- Fri May 23, 2014 6:11 am
- Forum: NetBurner Software
- Topic: Maxim chip 1-Wire (OW) driver for MOD54415
- Replies: 6
- Views: 5651
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 ...
- Thu May 22, 2014 1:11 pm
- Forum: Off-Topic
- Topic: MOD54415 GPIO as inputs
- Replies: 7
- Views: 9583
Re: MOD54415 GPIO as inputs
Try this before using the pin:
J1[9].function(PIN_GPIO);
J1[9].function(PIN_GPIO);
- Thu May 22, 2014 1:05 pm
- Forum: NetBurner Software
- Topic: Maxim chip 1-Wire (OW) driver for MOD54415
- Replies: 6
- Views: 5651
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,
Thanks,
- Tue Apr 01, 2014 5:22 am
- Forum: NetBurner Software
- Topic: Clock, TICKS_PER_SECOND, etc VERY Slow
- Replies: 3
- Views: 3606
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.
Bob H.
- Mon Mar 31, 2014 2:03 pm
- Forum: NetBurner Software
- Topic: Clock, TICKS_PER_SECOND, etc VERY Slow
- Replies: 3
- Views: 3606
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"...
- Thu Jan 09, 2014 8:16 am
- Forum: NetBurner Software
- Topic: SendMail with CC and BCC options
- Replies: 0
- Views: 3839
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,
Anyone with working code for this?
Thanks,
- Wed Jan 08, 2014 10:46 am
- Forum: NetBurner Software
- Topic: IPSetup: no device detected
- Replies: 6
- Views: 7837
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.
Very strange.