Search found 333 matches

by v8dave
Tue Apr 27, 2010 8:55 am
Forum: NetBurner's Eclipse IDE
Topic: NetBurner Device Library build error
Replies: 10
Views: 10442

Re: NetBurner Device Library build error

Hi there, I have exactly the same issue with a library I have created. It builds the release version but fails with a similar error to what you are seeing. **** Rebuild of configuration Debug for project GLCD **** **** Internal Builder is used for build **** Build error Generated resource conflict: ...
by v8dave
Tue Apr 20, 2010 10:44 am
Forum: NetBurner Software
Topic: GPIO not working
Replies: 1
Views: 1945

Re: GPIO not working

Sorted. It was actually a short in the Chip Select and SPI clock lines on the touch driver IC that was causing the strange issue.

Damn these small TSSOP IC's !! :)

Dave...
by v8dave
Tue Apr 20, 2010 4:09 am
Forum: NetBurner Software
Topic: GPIO not working
Replies: 1
Views: 1945

GPIO not working

Hi all, I have a touch screen driver IC connected to the SPI bus with the PENIRQ output of the IC connected to IRQ3 input on the MOD5234 I am using. I have used the following to setup the IO pin as a GPIO input as I only want polling at the moment. After I do this, the input never goes low and there...
by v8dave
Sun Apr 18, 2010 8:34 am
Forum: NetBurner Software
Topic: Accessing the external bus
Replies: 4
Views: 3181

Re: Accessing the external bus

Just a quick update. I got it working tonight. I had to delay the A1 address and CS chip select to the LCD. There is an E enable input to the LCD that is a direct inverted version of the CS but I needed the small delay on A1 and CS so the E would fall before they changed state. A 74HC04 did the tric...
by v8dave
Thu Apr 15, 2010 3:33 am
Forum: NetBurner Software
Topic: Strange build errors
Replies: 1
Views: 1987

Strange build errors

Anyone seen these errors before. See attached image.

I get this when it tries to compile one of the modules. It does not happen when included in the main module.

Thanks
Dave...
by v8dave
Tue Apr 13, 2010 8:32 pm
Forum: NetBurner Software
Topic: Breakpoints not working
Replies: 10
Views: 6493

Re: Breakpoints not working

Thanks Mike, That worked. If I comment out the delay, the breakpoint immediately after the InitializeNetworkGDB_and_Wait() call fails to trigger. Putting in your delay works. I also reduced the delay down to 1 tick and it also works. This would explain why my while() loop would work as there was a O...
by v8dave
Tue Apr 13, 2010 4:17 am
Forum: NetBurner Software
Topic: Breakpoints not working
Replies: 10
Views: 6493

Re: Breakpoints not working

Hi there,

Yes, network debugging was checked and the code to enable the debugger is called within UserMain. I have a printf to confirm this.

Is strange that I can set some parts to breakpoint but others can not.!!

Dave...
by v8dave
Mon Apr 12, 2010 7:41 pm
Forum: NetBurner Software
Topic: Breakpoints not working
Replies: 10
Views: 6493

Re: Breakpoints not working

Can you set breakpoints in UserMain?

I had it working yesterday at one point with the same project but it is not consistent and I can't breakpoint anything before the while loop in UserMain.

Dave...
by v8dave
Mon Apr 12, 2010 2:33 am
Forum: NetBurner Software
Topic: Breakpoints not working
Replies: 10
Views: 6493

Re: Breakpoints not working

OK, I created a new project with defaults only and still it won't debug the breakpoints.

I have recently upgraded to the latest Rel24 RC2 and suspect this may be the issue.

Dave...
by v8dave
Mon Apr 12, 2010 1:32 am
Forum: NetBurner Software
Topic: Breakpoints not working
Replies: 10
Views: 6493

Re: Breakpoints not working

All of the above is correct for my MOD5234.

I'll create a new project and try it that way. This is just some test code so no big issue to go this extra step.

Dave...