I've been debugging my first app by downloading to RAM and starting it manually, but we're almost ready to "go live" and have it run from flash. I want to be...
I have a client who wants to run 3 serial devices. One of them is "always on", and would be controlled by Port 0 running in RS-485 half-duplex. The other two...
Paul, I think named tasks would be a really good idea. Thanks! What does the 'w' mean before 'Name' in OSTaskCreatewName and OSSimpleTaskCreatewName? If it...
Hi, IPSetup capability is compiled in as part of your application, but not the monitor. It will not function unless you have a running application. ... flash....
... Well, I'm probably going to recommend that they buy development kits for deployment, because they already have 12V in the box, and the incremental cost...
Hi all I have just been playing around to see if I could solve the problem about using a netburner to detect other netburners with the broadcast packet.. In...
Hi all Cool, I just used the example UDPPacketClass as a base to generate a packet listener task, with my modified UDP.CPP and am now receiving config packet...
... Yes! I hacked such a feature a few years ago, and found it much easier to identify what is going on! Of course, I guess I'm just lazy... ... remember? I...
First, I'm using rel21_rc4a of the NNDK. I have custom hardware that uses a MOD5234 for the brain. I'm trying to get the MMC/SD card to work. I believe I've...
Hello All, I'm trying to use 6 channels of the eTPU as PWM and am getting stuck. I have referenced the eTPU as PWM AppNote availabe from Netburner, and it is...
You may want to set the values to drive before you start the etpu. Just as you never set an output port without first having a known word in the data ...
Hi, New to the group, new to NetBurners... I did a search and checked the group description, and didn't see anything prohibiting offering work here. If I'm...
... I thought that is what the initialization functions did. The AppNote from Netburner says the eTPUInit() function programms all of the registers, and sets...
I'm about to connect a slave FPGA to a MOD5234 and want to make sure that I have things figured out before going and making a bunch of mistakes. Here's my...
For a 16 bit interface you can't use A0. So A1..A15 If you don't need TA I would suggest not using it. TA causes more FPGA problems than any other signal. If...
Here's some code to read back the status of the LEDs on the ModDev70 board that lets you set and clear individual LEDs. Works by adding a getleds() to...
This response may be a day late and a dollar short, but I just uncovered the same issue tonight. However, the compiled version of the java class for...
Every once in awhile I do something interesting that might be of wider interest. Does netburner take patches for enhancements/bugfixes? I would assume they...
Does a writeall() to a serial port wait until the FIFO is empty? Or does it return when all byte have been transferred from RAM to the FIFO? Thanks, Ran...
Paul: I think this was mentioned but it would be great to be able to evaluate how much stack space is really getting used, maybe a variable for each task that...
Hi, Can we place objects in SRAM, for example: MyType myarray[5] FAST_USER_VAR; I tried and the firmware crashes... I read that we need to initialize SRAM...