Search found 635 matches
- Mon Jul 07, 2025 8:31 am
- Forum: NetBurner Software
- Topic: TcpUpdate Error
- Replies: 7
- Views: 5054
Re: TcpUpdate Error
It turns out I was calling StartTcpUpdate at two different locations in my code. I'm running out of feet to shoot.
- Mon Jun 30, 2025 3:26 pm
- Forum: NetBurner Software
- Topic: TcpUpdate Error
- Replies: 7
- Views: 5054
Re: TcpUpdate Error
It turns out the return code for OSTaskCreatewName is defined in OSTaskCreate. And error code of 40 mean the task priority is already used.
These are my priorities:
#define USERMAIN_PRIO (55)
#define NTP_TASK_PRIO (54)
#define UDP_TASK_PRIO (53)
#define SNMP_PRIO (52)
#define FTP_TASK_PRIO (51 ...
These are my priorities:
#define USERMAIN_PRIO (55)
#define NTP_TASK_PRIO (54)
#define UDP_TASK_PRIO (53)
#define SNMP_PRIO (52)
#define FTP_TASK_PRIO (51 ...
- Mon Jun 30, 2025 12:42 pm
- Forum: NetBurner Software
- Topic: TcpUpdate Error
- Replies: 7
- Views: 5054
Re: TcpUpdate Error
StartTcpUpdate just calls OSTaskCreatewName, and returns the value returned by OSTaskCreatewName. But the uCosLibrary document doesn't define any return values.
- Mon Jun 30, 2025 11:33 am
- Forum: NetBurner Software
- Topic: TcpUpdate Error
- Replies: 7
- Views: 5054
Re: TcpUpdate Error
Well, this is embarrassing. It is in my code. It's generated when function StartTcpUpdate returns a non-zero value, which in this case is 40.
- Mon Jun 30, 2025 8:22 am
- Forum: NetBurner Software
- Topic: TcpUpdate Error
- Replies: 7
- Views: 5054
TcpUpdate Error
At the completion of programming a Nano module using Autoupdate, v2.5, the following message is output on the serial port:
TcpUpdate Error: 40
The module is programmed correctly and runs as expected. I have detected nothing wrong. What does that message mean?
The applications are built with v2.9 ...
TcpUpdate Error: 40
The module is programmed correctly and runs as expected. I have detected nothing wrong. What does that message mean?
The applications are built with v2.9 ...
- Tue Mar 18, 2025 1:38 pm
- Forum: NetBurner Software
- Topic: App Header Failed
- Replies: 12
- Views: 163820
Re: App Header Failed
Any guidance on how we should proceed?
- Mon Mar 10, 2025 10:54 am
- Forum: NetBurner Software
- Topic: App Header Failed
- Replies: 12
- Views: 163820
Re: App Header Failed
So there is nothing we can do to correct the problem. Yes, these are brand new modules. We bought these through a distributor, Mouser. Should we go through Mouser to return them, who is fighting us tooth and nail about returning these, or send them direct to Netburner?
- Tue Mar 04, 2025 9:30 am
- Forum: NetBurner Software
- Topic: App Header Failed
- Replies: 12
- Views: 163820
Re: App Header Failed
Yes, we used the Alternate Boot Monitor to successfully download MOD5441x_FactoryApp_APP.s19 to both modules using the FLA command with MTTTY serial terminal. But the app never ran. The same error messages I put in my previous posts were issued.
Neither module was able to get an IP Address when ...
Neither module was able to get an IP Address when ...
- Mon Mar 03, 2025 7:17 am
- Forum: NetBurner Software
- Topic: App Header Failed
- Replies: 12
- Views: 163820
Re: App Header Failed
The modules are plugged into our hardware. Tens of modules are programmed in these test fixtures each week. It's only these two modules that won't program. It is rare that modules fail to program.
In one module it appears that the Alternate Monitor is not entered, based on the terminal output. The ...
In one module it appears that the Alternate Monitor is not entered, based on the terminal output. The ...
- Wed Feb 26, 2025 8:19 am
- Forum: NetBurner Software
- Topic: App Header Failed
- Replies: 12
- Views: 163820
Re: App Header Failed
Yes, I tried the shorting jumper. It didn't help. I have two modules in this state. Both are new. The serial output of the first one is what I put in my first post. Shorting jumper TP1 during bootup produces the same messages as above. It doesn't appear that the Alternate Boot Monitor is started ...