Search found 1086 matches

by pbreed
Mon Jul 08, 2024 12:06 pm
Forum: NetBurner Software
Topic: Using TFTP
Replies: 6
Views: 1775

Re: Using TFTP

Done, submit a support request to get the code.
by pbreed
Wed Jul 03, 2024 10:24 am
Forum: NetBurner Software
Topic: Using TFTP
Replies: 6
Views: 1775

Re: Using TFTP

Would this work for you:

TFTP_Server MyServer(port_num);

//Now add files to the server....
TFTP_Server_File(MyServer,"Filename.dat", pFileData, file_len);
TFTP_Server_File(MyServer,"Filename2.dat", pFileData2, file_len2);
*
*
*
etc for as many files as you want to serve.
by pbreed
Mon Jul 01, 2024 12:42 pm
Forum: NetBurner Software
Topic: Using TFTP
Replies: 6
Views: 1775

Re: Using TFTP

I'll try and get this working this week...
by pbreed
Fri Jun 28, 2024 11:14 am
Forum: NetBurner Software
Topic: Using TFTP
Replies: 6
Views: 1775

Re: Using TFTP

Server sourcing files or receiving files? Where are the files the server is getting/sending coming from? Programmatically generated/consumed? To/From SDRAM? Device Flash. Device Flash file system external SD Fat file system? TFTP is a really simple protocol would not be hard to do, please be specifi...
by pbreed
Thu Jun 06, 2024 3:23 pm
Forum: NetBurner Hardware
Topic: MODM7AE70 ADC VREF pin
Replies: 4
Views: 1808

Re: MODM7AE70 ADC VREF pin

Have not tried this.
I don't think your using the A/D so messing up Vref should be fine.
Looking at the data sheet I could find a minimum operational vvalue of 1.7V, but could not find anything on vref in the datasheet maximum table.

I think it should be fine.
by pbreed
Sun Mar 31, 2024 9:51 am
Forum: NetBurner Software
Topic: Getting CPU statistics
Replies: 14
Views: 7214

Re: Getting CPU statistics

This is some kind of tick overflow...
IE at 20 ticks per second the high bit of Timetick happens in : 3.4 years
by pbreed
Fri Feb 02, 2024 11:18 am
Forum: NetBurner Hardware
Topic: NetBurner with gigabit LAN-Interface
Replies: 15
Views: 13544

Re: NetBurner with gigabit LAN-Interface

First beta batch were built, alas there was a part bom error and they are back at production getting parts swapped...|
So engineering probably has 2 to 4 weeks before we know they are good for beta.
Contact Sales about Beta availiblity...
by pbreed
Fri Feb 02, 2024 11:15 am
Forum: NetBurner's Eclipse IDE
Topic: File descriptor on read becoming invalid.
Replies: 6
Views: 5699

Re: File descriptor on read becoming invalid.

First a general nit pick... when you close the connection, set fdnet =-1 not 0. 0 is stdout.... Now when you do a read given teh code you are showing I don't see a valid path to get a -2 return on that read. You should only get a -2 if the TCP socket has already been closed or has not completed nego...
by pbreed
Sat Dec 16, 2023 3:52 am
Forum: NetBurner's Eclipse IDE
Topic: ld.exe fails due to missing .elf file
Replies: 2
Views: 2497

Re: ld.exe fails due to missing .elf file

The LD makes the ELF file.
What platform and can you post the whole error message?
by pbreed
Tue Dec 05, 2023 6:38 am
Forum: NetBurner Software
Topic: decompile .s19
Replies: 1
Views: 2038

Re: decompile .s19

Short answer is not in any useful form.