Search found 2 matches

by rhyde
Fri Jan 14, 2022 10:40 am
Forum: NetBurner Software
Topic: Upgrading software from NDK 1.6 to 2.x
Replies: 10
Views: 13685

Upgrading software from NDK 1.6 to 2.x

I'm experiencing problems with some old (5-10 years) software I wrote using v1.6 (or thereabouts).
In particular, critical sections don't seem to be working.
Using OS_CRIT objects with OSCritEnter and OSCritLeave works with the old NDK.
Compile and run with the 2.x NDK (using same MOD55415 board ...
by rhyde
Fri Feb 12, 2016 9:57 am
Forum: NetBurner Hardware
Topic: J2[17] and J2[18] on MOD54415 v1.9
Replies: 7
Views: 18442

J2[17] and J2[18] on MOD54415 v1.9

I've been using J2[17] and J2[18] as input pins on v1.5 MOD54415 boards. On v1.9 these input pins no longer work. What do I have to do to get them functional again?

#define S1_BIT7() (J2[17])
#define S1_BIT6() (J2[18])

.
.
.

S1_BIT7().function( PIN_GPIO ); //DIB Switch Dip Switch bit 8 (67-SW8 ...