... The MOD5474 prototype is up and running but it still requires some work. We believe the hardware is complete but the software still is being worked on....
Hi guys, I have MOD5270 that with serial port connect to touch screen .During part of my code on touch screen when I try to return from calling function, for...
Are you accessing the external data bus? It sounds like you are trying to access undefined memory. You should track down where this is occuring in your code....
Larry, Thanks ,It was helpful,I try to find the solution ,because the program show me the line number that is ELSE part of my IF code and I am sure that my...
Hi, I found the problem!!!!!! I want to share my experience , Read it ,It will be easy and hard to catch. On the touch screen display ,Button has a buffer with...
You are welcome, glad I could provide a bit of help here. When applications run into unallocated memory it can sometimes be very tricky to figure out what the...
Larry Are we still talking about 2A on the current? I don't understand the large power draw the chip shows less than 0.5W. Must be supporting chips. That much...
Hi Randall, I just did a rough power draw test. The module is running at the full 266MHz. The application is running a simple OS Tick count app. The power...
One more thing.... where did you get your power draw number of <0.5W. If you look at the product brief for this processor the estimated power consumption is...
Yes that was a type o, meant to say "ma". Looking forward to reading all the specs. Please let the group know when the dev kit is available. Hopefully not...
Hey I am using the 16 bit GPTs to measure square waves from an R/C reciever, I am able to use GPT1 but GPT2 will not trigger the interrupt...I have been stuck...
Hello, I am trying to allow access to my MOD5272 Netburner on two different ports. For my application, only one port will be opened at a time, but they will...
D: I generally use one separate task for each listener Chris _____ From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com] On Behalf Of...
Here's the problem: We will be providing a Netburner connected to a Panel PC, but for the PC to connect to the Netburner, it needs to know its IP address....
1. DHCP can be configured to always provide a given address via DHCP to a given MAC address. That is one way to do that 2. Look at the code provided:...
Hi I am new to this group. I have been using netburner for a year or so and have the dev kit with the SSL. My application is serial to ethernet conversion for ...
Jean-Jacques: What port do you mean? SSL? The UDP Netburner listener port? Some listener port you have instantiated in your own code? Some port in somebody ...
Hi Chris Thanks for reply Its the TCP/IP listen port I want to setup without going through the web browser setup which I a not using due to security reason. It...
You're going to run into several issues if you have multiple devices with the same IP address on your network. Each netburner needs to have it's own unique...
Hi everybody, In this forum or in NETBURNER documentations I only saw memory interfaces with 8 or 16 bits external data bus. My question is simple : is it...
Helllo I am designing a schematics where the NB address bus and data bus is connected to just one FPGA. So do I still need to buffer the these data and address...
Helllo I am designing a schematics where the NB address bus and data bus is connected to just one FPGA. So do I still need to buffer the these data and address...
I tried to post it here before but didnt get any response. If I just have one device connected to netburner, then do I need to buffer the address and data...
How do I set the time zone used by the Netburner's Real Time Clock? I'm using a MOD5282. This code outputs the zone "GMT", but I would like to be able to set...
... I'm using a MOD5282. This code outputs the zone "GMT", but I would like to be able to set the RTC to another time zone, and output the time for that zone....
Hi, Thanks, but that's not what I want to do. I can already set the time to whatever time I want. I just want to use the built-in time zone variable (if there...
Dan: You will have to code what you want, I believe. There is no "time subsystem" in the NB code library. There is only an RTC that is initially set to some...