Search found 192 matches

by jediengineer
Thu Oct 23, 2014 12:44 pm
Forum: Off-Topic
Topic: MOD54415 TimerTick
Replies: 5
Views: 7175

MOD54415 TimerTick

So a long time ago, I found a bit of HTML in the factory demo that called the system for a tick count which would display the number of seconds that the system had been running for (TimeTick/TICKS_PER_SECOND) - I found the HTML code, but for the life of me I cannot find any reference to the function...
by jediengineer
Tue Oct 14, 2014 6:29 am
Forum: Off-Topic
Topic: saving settings then re-flashing
Replies: 3
Views: 5445

Re: saving settings then re-flashing

Thanks roland.ames - I'm going to have to mess with it I guess.

Anyone else have any input?
by jediengineer
Mon Oct 13, 2014 12:10 pm
Forum: Off-Topic
Topic: saving settings then re-flashing
Replies: 3
Views: 5445

saving settings then re-flashing

Ok, so I had a crazy idea, and I wanted the community input. My idea falls along the "save and retrieve user parameters" subject. First, I need to save several structures in memory before I load my program. If I make a loader program that will save a struct to NV RAM, and then I reflash th...
by jediengineer
Mon Oct 13, 2014 11:57 am
Forum: Off-Topic
Topic: Using Subversion with Netburner NBEclipse IDE
Replies: 2
Views: 5652

Re: Using Subversion with Netburner NBEclipse IDE

Thanks Tod!! A few things to look over before I decide, but good info. Thanks!
by jediengineer
Fri Oct 03, 2014 7:53 am
Forum: Off-Topic
Topic: Using Subversion with Netburner NBEclipse IDE
Replies: 2
Views: 5652

Using Subversion with Netburner NBEclipse IDE

Has anyone tried to integrate Subversion into the NBEclipse? I know that Subversion has some plugins, but I'm not sure if anyone has ever tried, and if so, can it be done?

Thanks!!


Edit - I misread - they're using Subversive? Not sure that's the same thing, but any input appreciated!!
by jediengineer
Wed Jul 02, 2014 9:21 am
Forum: Off-Topic
Topic: MOD54415 CWT reset using PIT
Replies: 6
Views: 7340

Re: MOD54415 CWT reset using PIT

Sorry Dan, I know that I'm making you pull out your hair... The SETUP_PIT_ISR was removed from the interrupt for the PIT - I realize that was an error... Also, I originally had it setup without the iprintf statement - that was implemented to test if the interrupt was working... this was the original...
by jediengineer
Wed Jul 02, 2014 8:58 am
Forum: Off-Topic
Topic: MOD54415 CWT reset using PIT
Replies: 6
Views: 7340

Re: MOD54415 CWT reset using PIT

ecasey wrote:For starters: Take the iprintf() out of the ISR.
That might fix the reset problem.
Tried that already. Doesn't affect it. Especially if I have 1.86 seconds to reset the CWT, and a PIT interrupting to reset it every 1.0 seconds. It resets on the first interrupt from the PIT.
by jediengineer
Wed Jul 02, 2014 7:54 am
Forum: Off-Topic
Topic: MOD54415 CWT reset using PIT
Replies: 6
Views: 7340

MOD54415 CWT reset using PIT

Hi all, I'm trying to get my CWT to reset properly but just can't seem to get it right. It's set up to trigger every 1.8 seconds, and I have a PIT running that loads 0x55 and 0xAA into the CWSR consecutively every full second (PIT interrupt routine handles that). Somehow, it's not working. The inter...
by jediengineer
Wed Jun 11, 2014 7:57 am
Forum: Off-Topic
Topic: MOD54415 Pin IRQ state at initialization
Replies: 7
Views: 7795

Re: MOD54415 Pin IRQ state at initialization

Thanks Ridgeglider! I won't need to poll the pin once it's in IRQ mode. Thanks for the info!
by jediengineer
Wed Jun 11, 2014 7:01 am
Forum: Off-Topic
Topic: MOD54415 Pin IRQ state at initialization
Replies: 7
Views: 7795

Re: MOD54415 Pin IRQ state at initialization

Thanks, but I don't think I conveyed my IRQ needs correctly. FYI, this is for a power supply. I need the IRQ to trigger the ISR on the falling edge. In my case, the pin will remain low for milliseconds to minutes. Then it is reset to trigger on the rising edge, where it will remain for that same amo...