Search found 7 matches

by mjewell
Tue Feb 23, 2010 7:10 pm
Forum: NetBurner Software
Topic: Pointer To Byte Array
Replies: 1
Views: 2282

Pointer To Byte Array

I am trying to use "Master_I2CReadBuf" to read 6 bytes into an array of bytes. This function wants a pointer of type PBYTE to specify where to put the data (which I need to point to an array of six BYTE's). I am having trouble with the type agreement when defining the pointer.... any sugge...
by mjewell
Sun Jan 17, 2010 8:25 am
Forum: NetBurner Software
Topic: Eclipse Setup
Replies: 1
Views: 2106

Eclipse Setup

I am having trouble getting Eclipse NNDK 2.3 RC7 to run on a new computer with Vista 32 Bit. I carefully followed the instructions supplied by Netburner but can't load any of the demo programs onto my 5213. There are allot of errors in the demo's including all the #include (s). Any suggestions?
by mjewell
Sat Sep 26, 2009 10:52 am
Forum: NetBurner Software
Topic: Eclipse with Vista 32-Bit
Replies: 2
Views: 2996

Eclipse with Vista 32-Bit

Is it possible to run Eclipse using Vista 32-Bit? If not any suggestions on using Eclipse on a machine that came with Vista installed (dual boot, ect.)?
by mjewell
Thu Sep 24, 2009 9:57 pm
Forum: NetBurner Software
Topic: 5213 - "Application record checksum failed" message @ boot
Replies: 5
Views: 4215

Re: 5213 - "Application record checksum failed" message @ boot

I went back into the monitor's setup dialog and switched the boot port from 1 to 0. Then flash loaded my code through UART0.
by mjewell
Thu Sep 24, 2009 3:21 pm
Forum: NetBurner Software
Topic: 5213 - "Application record checksum failed" message @ boot
Replies: 5
Views: 4215

Re: 5213 - "Application record checksum failed" message @ boot

I am ridegliders student, the one getting the "record checksum failed" message. Still trying to establish comms with a newly installed copy of Eclipse..... Now flashing Netburner's code (MOD5213_A2D_APP) through MTTY is working fine but I can't load the very same example code through Eclip...
by mjewell
Sat Jan 17, 2009 2:42 pm
Forum: NetBurner Software
Topic: QSPI Transfer Length
Replies: 1
Views: 3364

QSPI Transfer Length

I am having trouble adjusting the QSPI transfer length using the QSPI init driver. For example to produce a 15 bit trasfer I would use;

QSPIInit(100000,0xF,0x0,0x1,0x0,0x0,FALSE);

I hope I am not missing anything really obvious....
by mjewell
Thu Jan 08, 2009 9:14 pm
Forum: NetBurner Software
Topic: QSPI Application ?
Replies: 1
Views: 3068

QSPI Application ?

I am trying to integrate a magnetometer with a 5213. The specific sensor I am working with needs it's reset pin toggled and 8 bits sent to it.... then it makes a measurement and sends back 16 bits. I can set up the QSPI module to send the first 8 bits but don't know how to set it up to wait for and ...