Search found 20 matches

by mike
Wed Aug 29, 2018 12:02 pm
Forum: NetBurner Software
Topic: PK70 Interrupt Setup
Replies: 3
Views: 2270

Re: PK70 Interrupt Setup

Tom,
Thank you. I appreciate it.
by mike
Tue Aug 28, 2018 7:18 pm
Forum: NetBurner Software
Topic: PK70 GPIO
Replies: 2
Views: 1831

Re: PK70 GPIO

mlara,

Great. Thank you. That should help a lot.
I did notice the '#ifdef' for the various platforms, but I missed the '#else' - where Pins is defined.
by mike
Tue Aug 28, 2018 6:53 pm
Forum: NetBurner Software
Topic: PK70 Interrupt Setup
Replies: 3
Views: 2270

PK70 Interrupt Setup

On the PK70 board. I want/need to install an interrupt service routine for PIT1. Netburner software for the MOD5441x includes this macro to assist with setting the interrupt controller: SETUP_PIT1_ISR(&pit1_isr_asm, 5); Does that macro, or an equivalent, exist for the PK70 ?? If so, what include...
by mike
Tue Aug 28, 2018 6:48 pm
Forum: NetBurner Software
Topic: PK70 GPIO
Replies: 2
Views: 1831

PK70 GPIO

For the MOD5441x, Netburner provides a function to control GPIO lines. For example J1[6] = 0, sets that line as an output and drives it low. Is there an equivalent function for the PK70 ?? If so, what is the syntax and what is the include file ?? I tried this line to set that pin to GPIO: J1[6].func...
by mike
Sun Aug 26, 2018 1:56 pm
Forum: NetBurner Software
Topic: PK70 Factory Demo Build Failure
Replies: 7
Views: 3564

Re: PK70 Factory Demo Build Failure

I just found the problem - and it is me. I had commented out "GATHER_RANDOM" in "predef.h"; and forgot that I had done that. I have not un-commented that line and rebuilt all the system files, yet. But I'm sure that will fix the problem. Sorry to have wasted your time. (You are w...
by mike
Sun Aug 26, 2018 10:01 am
Forum: NetBurner Software
Topic: PK70 Factory Demo Build Failure
Replies: 7
Views: 3564

Re: PK70 Factory Demo Build Failure

I removed "Dual Stack Mode" and went to IPv4 only by modifying the "predef.h" file, per the instructions in "IPv6DualStackMode.pdf". I rebuilt the system files, the libraries, and all system files for each platform (all from the command prompt). I can now build all the ...
by mike
Sat Aug 25, 2018 6:58 pm
Forum: NetBurner Software
Topic: PK70 Factory Demo Build Failure
Replies: 7
Views: 3564

Re: PK70 Factory Demo Build Failure

Experiment #2. I used the wizard to create a project, I checked "AutoUpdate", "Webserver" and "Stack Check". Only one source file in the project (main.cpp). Contents: ---------- #include <predef.h> #include <stdio.h> #include <ctype.h> #include <startnet.h> #include <au...
by mike
Sat Aug 25, 2018 6:47 pm
Forum: NetBurner Software
Topic: PK70 Factory Demo Build Failure
Replies: 7
Views: 3564

Re: PK70 Factory Demo Build Failure

I deleted the PK70 project. I created a new (empty) PK70 project. Imported the factory demo. Tried to build the project. Exact same results. Doubtful this will help, but here is the Build Console listing (complete). The errors are near the bottom of the listing, they stopped the build. Your help is ...
by mike
Sat Aug 25, 2018 6:30 pm
Forum: NetBurner Software
Topic: PK70 Factory Demo Build Failure
Replies: 7
Views: 3564

Re: PK70 Factory Demo Build Failure

I renamed my existing installation to "Netburner_277". Then I did a clean install of 2.8.7 I also created a MOD5441x project (and copied my source files). That project compiled properly under 2.7.7. When I tried to compile it under 2.8.7 it resulted in the exact same two errors. Later toni...
by mike
Sat Aug 25, 2018 11:23 am
Forum: NetBurner Software
Topic: PK70 Factory Demo Build Failure
Replies: 7
Views: 3564

PK70 Factory Demo Build Failure

This question is probably easy for someone. Hopefully they can help me save time. I just installed version 2.8.7 (MS-WIndows XP) with two hardware platform licenses (MOD5441x and PK70). I rebuilt the system files (it defaulted to the other hardware platform: MOD5441x). Using a command window I went ...