Search found 5 matches

by gdecaussin
Fri May 22, 2020 3:31 pm
Forum: NetBurner's Eclipse IDE
Topic: Debug error "Interrupt failed"
Replies: 0
Views: 5618

Debug error "Interrupt failed"

Currently using IDE 3.2.0. I start debugging, it loads application, but then when I try to pause the run it craps out and gives "Interrupt Failed" error. The debug is very fussy. Not sure if it is me, my setup or the IDE. I am using a laptop (no Ethernet port) via WiFi and the MODM7AE70 mo...
by gdecaussin
Sat May 09, 2020 5:11 pm
Forum: NetBurner Software
Topic: MODM7AE70 external memory software example
Replies: 3
Views: 2741

Re: MODM7AE70 external memory software example

We have determined why the processor halted, it appears that some unknown action occurred because an illegal EBI register value... The nrd_pulse value was loaded with 65, but the nrd_cycle value was left at 90. The 90 cycle time was much smaller than the setup and pulse time. Processor did not like ...
by gdecaussin
Tue May 05, 2020 1:33 pm
Forum: NetBurner Software
Topic: MODM7AE70 external memory software example
Replies: 3
Views: 2741

Re: MODM7AE70 external memory software example

Using the memory example, writing to memory works but for some reason when reading from memory it causes a SIGILL:illegal instruction.... what is odd is that CS0, CS2, and CS3 will cause the illegal instruction. CS1 reading will not cause a the fault. EBIdata = ebi_1_base[8666]; ebi_2_base[6146] = E...
by gdecaussin
Mon Oct 14, 2019 10:38 am
Forum: NetBurner Software
Topic: MODM7AE70 external memory software example
Replies: 3
Views: 2741

MODM7AE70 external memory software example

Anyone have a code example for accessing external memory on the MODM7AE70 board?

Setting up the chip selects, wait states , etc...
by gdecaussin
Mon Oct 02, 2017 2:05 pm
Forum: NetBurner Software
Topic: iphone FTP
Replies: 1
Views: 1620

iphone FTP

I have no problem with an andriod phone with Chrome accessing a FTP server on the netburner. With the iphone Chrome just wants to search for "ftp://192.168.1.113". With iphone Safari, the "ftp://192.168.1.113" displays the files, but not the directories... Anyone have a suggestio...