Search found 9 matches

by mezz64
Tue Apr 28, 2009 4:09 pm
Forum: NetBurner Software
Topic: Trap Error, Cannot Enter Monitor
Replies: 6
Views: 8398

Re: Trap Error, Cannot Enter Monitor

An update and a new problem.

I was able to get into the monitor using a different PC, however when I try to program the flash I receive this error:
Starting address = 02000000
S Record End detected
S Recs start at the wrong address
Flash not programmed.

Anyone have any ideas?

Thanks!
by mezz64
Tue Apr 28, 2009 1:46 pm
Forum: NetBurner Software
Topic: Trap Error, Cannot Enter Monitor
Replies: 6
Views: 8398

Trap Error, Cannot Enter Monitor

Hey Guys,
After loading some botched code I repeatedly receive a Trap Occurred
message via MTTY.

The error reads:
Trap occured
Vector=Access Error FMT =03 SR =2704 FS =0C
Faulted PC = 02000598

D0:00000000 00000003 0000007D 00000042 00000000 05C5AB8F CF206080 15001080
A0:00000000 020372D6 020322B4 ...
by mezz64
Fri Apr 17, 2009 5:24 pm
Forum: NetBurner Software
Topic: Modifying System Files
Replies: 2
Views: 4311

Re: Modifying System Files

It worked!

Thanks a bunch!
by mezz64
Fri Apr 17, 2009 3:35 pm
Forum: NetBurner Software
Topic: Modifying System Files
Replies: 2
Views: 4311

Modifying System Files

I need to modify the command processor in order to change the termination character (the newline character shows up in my hex input strings causing me problems) but every time I change the code and rebuild the system files and recompile my app I get a whole slew of errors in the code. Am I missing ...
by mezz64
Wed Mar 11, 2009 6:55 pm
Forum: NetBurner Software
Topic: Reading Consecutive Serial Data MOD5270
Replies: 9
Views: 10672

Re: Reading Consecutive Serial Data MOD5270

Thank You! :)

That was exactly what I needed to know, I wasn't aware of the "buffer+n" syntax and figured it was something simple.

Thanks Again!
by mezz64
Wed Mar 11, 2009 6:15 pm
Forum: NetBurner Software
Topic: Reading Consecutive Serial Data MOD5270
Replies: 9
Views: 10672

Re: Reading Consecutive Serial Data MOD5270

I'm trying to read in a data string from a logging board, formatted like this "05/12/09,16:08,3.56,34.5"

I want to then write that string to a txt file on an SD card and then send it out via a TCP socket to a Flex application.

I've got the file writing figured out and I can communicate with Flex ...
by mezz64
Wed Mar 11, 2009 5:46 pm
Forum: NetBurner Software
Topic: Reading Consecutive Serial Data MOD5270
Replies: 9
Views: 10672

Reading Consecutive Serial Data MOD5270

I'm fairly new to the entire embedded C environment and am having a hard time reading in a string of ascii characters into a char array using the read function. I have no problems reading in one byte but keep running into issues when reading in a string of say 25 characters since the function will ...
by mezz64
Mon Feb 23, 2009 12:28 pm
Forum: NetBurner Software
Topic: Possibilities of MOD5270LC Kit?
Replies: 5
Views: 6521

Re: Possibilities of MOD5270LC Kit?

Thanks for the replies guys. My development kit is on the way and I've started playing with using TCP connections in flex since it seems like the best option for my needs.

Can anyone provide some example code for utilizing the EFFS, or is there some provided in the examples that ship with the dev ...
by mezz64
Mon Feb 02, 2009 8:59 am
Forum: NetBurner Software
Topic: Possibilities of MOD5270LC Kit?
Replies: 5
Views: 6521

Possibilities of MOD5270LC Kit?

Hello,
I am about to begin a data logging project where I would like to use the MOD5270LC kit to provide ethernet connectivity. I believe the MOD5270LC is suited to my needs but I have a few "is this possible?" style questions.

I'd like to be able to display the serial data from my logging micro ...