Search found 6 matches

by lnguyen
Sun Jan 29, 2017 1:04 pm
Forum: NetBurner Software
Topic: Does NNDK-CDROM has auto update ?
Replies: 1
Views: 2581

Does NNDK-CDROM has auto update ?

Hi all,

Bought the MOD54415 dev board last year but I have no chance to experiment with it.

Eventually the PC I installed NBeclipse no longer exist, I got the board with me now but no SW to play with

Plan to buy the CD-ROM ($29), but I want to make sure it has NBeclipse and everything else to ...
by lnguyen
Tue Jan 12, 2016 5:57 pm
Forum: NetBurner Software
Topic: Is it possible to toggle a group of pins on J2 at once ?
Replies: 7
Views: 10171

Re: Is it possible to toggle a group of pins on J2 at once ?

Hi Dciliske,

Srry for delay, it's been a while & we were busy in others stuff.

Yup you're right, I used the module ports to config a mid-scale FPGA. The actual configuration bits is only 8 Mb, but I've got to read it from flash and do the loading. So the over all loading time is about 5 sec ...
by lnguyen
Wed Oct 21, 2015 11:35 am
Forum: NetBurner Software
Topic: Is it possible to toggle a group of pins on J2 at once ?
Replies: 7
Views: 10171

Re: Is it possible to toggle a group of pins on J2 at once ?

There's 3 levels of speed for toggling gpio, the 54415 platform has an example, but the concept is the same for any platform:
Pins Class, easiest but slowest
C code programming registers
Assembly code programming registers

Oh yes,

It speeds up a great deal with registers setting, the 2.68 uS ...
by lnguyen
Wed Oct 21, 2015 9:11 am
Forum: NetBurner Software
Topic: Is it possible to toggle a group of pins on J2 at once ?
Replies: 7
Views: 10171

Re: Is it possible to toggle a group of pins on J2 at once ?

Thanks Dan,

Could that be related to the switching speed, which I'm trying to improve? Please advise,

For example, J2[36] idle state is high, and I have this code:

J2[36] = 0;
J2[36] = 1;

This generates a 2.68 uS pulse (active low) on the scope, which I think is quite slow,... would directly ...
by lnguyen
Tue Oct 20, 2015 9:13 am
Forum: NetBurner Software
Topic: Is it possible to toggle a group of pins on J2 at once ?
Replies: 7
Views: 10171

Is it possible to toggle a group of pins on J2 at once ?

I'm experimenting the MOD5234 pins class function for J2 . It's simple to set the logic for a pin on J2, after config its as a GPIO, then I know can do this

J2[n] = 0; or J2[n] = 1;

My question is it possible to do this for a group of 8 pins at once?
by lnguyen
Wed Sep 30, 2015 10:08 am
Forum: NetBurner Software
Topic: How to restore an archived project in NBEclipse?
Replies: 0
Views: 16526

How to restore an archived project in NBEclipse?

Hi all, I'm new to the NBeclipse, please help me with this basic task ...

So far I manage to restore the archived project by these steps:

1) Unzip the archived project into a temporary folder,

2) Create a new project in NB eclipse

3) Import "File System" from the above temporary folder into my ...