is there any way for my app to find out it the AutoUpdate requested a reboot? in my update_shutdown_func hook, i only want to "clean up" if i am going to be...
Can you describe more of what you are trying to do? That situation could be confusing. When I do an update, I expect that the behavior would change (that is...
Hi, Thanks for your quick answer. I'd like to know if you plan to change it : to allow the user to enable the 3rd UART on CAN pins in his code, whithout...
Hi everybody, Does anyone has already tried(managed) to use the ColdFire port of free modbus on a netburner platform? If yes, I'd be happy to have some backup...
When AutoUpdate is run on the PC, there is an option to reboot or not. My app wants to know whether it was selected or not. Is there a way to know that? ... ...
Hi members I found this website is selling Ready Quality Website templates at lowest rates. It would be beneficial for web designers and people who want to...
I am hoping to have my VB app find my NB5270 modules that are on my network. I can see what IPSETUP is sending when it talks to the modules, using Ethereal,...
Take a look at nburn\pctools\find This is a very stripped down version of how to find Netburner devices on the network. It is written in command line 'C' with...
There is no existing interface to this information. Loon in nburn\system\autoupdate.cpp and look for the function DoReboot that will be called to initiate the ...
Hi, Are you switching between I2C and CAN pins at run time with this UART? The serial open function prototype can not be modified since we do not want to break...
I did a bit bang serial port for the MOD5282 this is a port of some work I did for the PK70. If someone wants to use it on a MOD5270 send a support request. I...
Hi, We're not switching at run time. I just wanted to avoid modifying the system platform library. I'll go with it and change when you'll release a fix. ...
ok, i see that the reboot action doesn't come over until the last packet so it can't be passed as an arg to the shutdown hook (where it would be most helpful...
I have not tried this, but I'm 90% sure it will work. 1)Open the serial port in the normal way. 2)Use the pins class to flip the pin usage. #include <pins.h> ...
There is no where near enough information to help... 1)What are you trying to do? 2)Have you used a microprocessor bus before? (Hint the address and data lines...
Hi, Look at the data bus examples in the files section of this group. They should provide you with a good start. Also look at the reference manual for the...
Hi All I am using a netburner 5270 module in my design, and would like to know if anyone has re-directed the debug port (stdio) to a udp port for remote...
Hi, I highly suggest you get your GPRS modem working before worrying about the remote debug port. This is most likely not going to be a trivial task and a...
Hi, You still never mentioned what the problem is? Are you talking to the part at all? Do you have an oscilloscope to debug the hardware to see if the chip...
Hi, Sorry, no problem on my side with the uart, it is fully operational, and I have interfaced it using a copy of the serial.cpp system file, so the interface...
... I thought this was a new issue, sorry. There is a reply link you can click in the top left corner of a post to keep your response in the same topic....
Hi, Thanks for the response, with regards to the PPP connection, I have tried the 0x000A0000 and 0xFFFFFFFF options but not 0x00000000. I have't updated to the...
ACTUALLY i want to know whether there is any command in C provided by in nb library to write data on specific adress other then putleds,getdip etc etc if not...
How to convert Coldfire assembler source from CodeWarrior to GNU of NB_Eclipse? Where can I see differences in the string format between the assemblers? The...
Start by taking a look at nburn\system\ucosmcfa.s This will give an idea of the flavor of the differences. I know of no automatic tool to do this conversion. ...
One you have set up the chipselects to a specific address, you just write to that address.... Suppose you want to use CS2 1)Pick an free address in the memory...