Search found 606 matches

by SeeCwriter
Fri Feb 06, 2015 8:15 am
Forum: NetBurner Hardware
Topic: Reference Voltage input on Nano54415
Replies: 11
Views: 9716

Reference Voltage input on Nano54415

On a NANO54415, we are providing 2.5V on the VDDA_DAC_ADC input (pin 7) as a reference voltage for the analogs. The driver is an MC34074VDG op amp. But the Nano is loading the input voltage and pulling it down to 2.0V. I've looked through the Reference Manual (MCF54415RM.pdf) and all it says is that...
by SeeCwriter
Thu Feb 05, 2015 9:28 am
Forum: NetBurner Software
Topic: iprintf in dspi.cpp
Replies: 4
Views: 2363

Re: iprintf in dspi.cpp

I wrapped the iprintf()'s in #ifdef __DEBUG_DSPI statements, did a make on the Nano System directory which recompiled
dspi.cpp, yet the iprintf() statements are still active. Do I need to do something more than compile the file?
by SeeCwriter
Wed Feb 04, 2015 3:19 pm
Forum: NetBurner Software
Topic: iprintf in dspi.cpp
Replies: 4
Views: 2363

iprintf in dspi.cpp

There are 2 iprintf() statements in the Start() function in dspi.cpp. It seems to me these should be wrapped within
a #ifdef __DEBUG_DSPI statement. Does that seem reasonable? Seeing these outputs mingled among my own debug statements can be confusing.
by SeeCwriter
Wed Feb 04, 2015 2:54 pm
Forum: NetBurner Software
Topic: Enable Pullups on GPIO Pins
Replies: 1
Views: 1420

Enable Pullups on GPIO Pins

The Pins class doesn't appear to have a method for enabling/disabling pullups on GPIO pins. Is there a built-in way to do
that? I would like to enable the pullup on DSPI1_SIN.
by SeeCwriter
Wed Feb 04, 2015 11:45 am
Forum: NetBurner's Eclipse IDE
Topic: Launching failure
Replies: 17
Views: 16063

Re: Launching failure

It seems that there is yet a third place you have to enter the IP address of the target board for debug mode that was not set. Hence the failure to run in debug mode. I seem to recall running into this same issue when I was playing around with the dev kit about 3-months ago. In any case, I am now ab...
by SeeCwriter
Wed Feb 04, 2015 8:03 am
Forum: NetBurner's Eclipse IDE
Topic: Launching failure
Replies: 17
Views: 16063

Re: Launching failure

The examples run on my hardware as well. Part of my problem was that v2.7.0 does not work the same as prior versions. In prior versions, when a debug build was downloaded, Eclipse would automatically switch to debug mode. But v2.7.0 does not do that. After the download you have to click on the "...
by SeeCwriter
Tue Feb 03, 2015 1:56 pm
Forum: NetBurner's Eclipse IDE
Topic: Launching failure
Replies: 17
Views: 16063

Re: Launching failure

So, thought I'd try a different example program, so I selected the MinimalApp. It's one I haven't tried before. I created an empty project and imported it. Did a release build and download and it worked. Next I added the following to usermain(): #ifndef _DEBUG EnableSmartTraps(); #endif #ifdef _DEBU...
by SeeCwriter
Tue Feb 03, 2015 1:27 pm
Forum: NetBurner's Eclipse IDE
Topic: Launching failure
Replies: 17
Views: 16063

Re: Launching failure

So I shut everything done and went lunch. Came back and powered everything back up, clicked the green bug again, interestingly autoupdate opened and successfully downloaded the app even without a compile. Nothing like consistency. Eclipse still doesn't go into debug mode, at least that is consistent...
by SeeCwriter
Tue Feb 03, 2015 11:39 am
Forum: NetBurner's Eclipse IDE
Topic: Launching failure
Replies: 17
Views: 16063

Re: Launching failure

Apparently, if there's nothing to compile the download doesn't work. Once I changed the file and then clicked the green bug, it compile and downloaded. But Eclipse never switched to debug mode. What's it take to get Eclipse into debug mode? The manual seemed to suggest that clicking the green bug wa...
by SeeCwriter
Tue Feb 03, 2015 11:13 am
Forum: NetBurner's Eclipse IDE
Topic: Launching failure
Replies: 17
Views: 16063

Re: Launching failure

I downloaded an example program to the Nano via MTTTY. Autoupdate now finds the board.

However, when I click on the green bug to download and run a debug version of my app, I get message: "Unable to
Launch. The selection cannot be launched, and there are no recent launches."