Search found 1080 matches

by pbreed
Tue Sep 25, 2012 5:55 am
Forum: NetBurner Software
Topic: ExtractPostData Function Size Limit
Replies: 6
Views: 3804

Re: ExtractPostData Function Size Limit

Change the constant...

in nburn\include\constants.h

#define HTTP_RX_BUFFERSIZE (10000)

and rebuild everything...
by pbreed
Sat Sep 22, 2012 10:13 am
Forum: NetBurner Hardware
Topic: Nano54415 On-board micro-sd?
Replies: 4
Views: 4217

Re: Nano54415 On-board micro-sd?

Short answer is no it uses different pins... In a high enough volume one could get that connector stuffed, it adds a lot of cost because it becomes a two sided assembly rather than single sided. The present drivers don't work with that slot as its wired for SDHC controller not SPI and our present SD...
by pbreed
Tue Sep 11, 2012 2:27 pm
Forum: NetBurner Hardware
Topic: Remove Ethernet Oscillator on Mod5234 to reduce EMI?
Replies: 3
Views: 2769

Re: Remove Ethernet Oscillator on Mod5234 to reduce EMI?

That should be fine...

You may also want to set the main processor PLL in spread spectrum mode.
Are you trying to get Class A or Class B?
by pbreed
Tue Sep 11, 2012 11:40 am
Forum: NetBurner Hardware
Topic: MOD54415 DAC Analog Output
Replies: 8
Views: 5370

Re: MOD54415 DAC Analog Output

Good job hunting down all the bits and getting it to work...

If you can package up your working example and submit it to support will give you a one year support extension....

Paul
by pbreed
Tue Sep 11, 2012 6:01 am
Forum: NetBurner Hardware
Topic: MOD54415 DAC Analog Output
Replies: 8
Views: 5370

Re: MOD54415 DAC Analog Output

I'm traveling for the rest of this week so I will likely not get to it... but I'd look in the A/D section to see if there is some setting that switches the pin from A/D to DAC mode. I'd also look in the pin assignment registers in the gpio section for the same type of setting.... I'll try to get to ...
by pbreed
Mon Sep 10, 2012 1:36 pm
Forum: NetBurner Hardware
Topic: MOD54415 DAC Analog Output
Replies: 8
Views: 5370

Re: MOD54415 DAC Analog Output

Have you connectd the A/D and Dac refrerence voltageS?
The MOD-DEV-70 does nto connect them by default.
The next version of the Moddev 70 will have reference umpers, but the current version does not.

PAul
by pbreed
Mon Sep 10, 2012 11:04 am
Forum: NetBurner Hardware
Topic: Can OpenSerial() supports for all UARTs in MOD54415?
Replies: 2
Views: 2305

Re: Can OpenSerial() supports for all UARTs in MOD54415?

Make sure you do the pin assignments if you are using more than the first three ports...

#include<pins.h>

IE J2[xx].function(xx);

Look in nburn\mod54415\include\pinconstants.h to see what valid values of XX are.

Paul
by pbreed
Thu Aug 30, 2012 11:05 am
Forum: NetBurner Hardware
Topic: CAN for MOD5441X and Nano54415
Replies: 0
Views: 2707

CAN for MOD5441X and Nano54415

I fixed up and tested the CAN libraries for CAN0 on the nano and Mod5441X.
They will appear in the next beta build.. if you need that sooner submit a support request and I will send it to you.

Next up in the MCF54415 drivers :PWM, Onboard RTC and then milti channel I2C and multi channel SPI.

Paul
by pbreed
Tue Aug 28, 2012 7:00 am
Forum: NetBurner Hardware
Topic: NANO54415
Replies: 49
Views: 30381

Re: NANO54415

The Nano is auto MDX, no need for a cross over cable...
The Kit pack list needs to be modified.

Paul
by pbreed
Fri Aug 24, 2012 3:53 pm
Forum: NetBurner Software
Topic: Stopwatch.h for MOD54415?
Replies: 10
Views: 5853

Re: Stopwatch.h for MOD54415?

In the latest code release there is a hirestimer.cpp in the MOD5441X directory...
Try using that...

Paul