Search found 5 matches

by xt5160
Tue Jun 25, 2013 12:52 pm
Forum: NetBurner Hardware
Topic: Triggered ADC on MOD54415
Replies: 4
Views: 4422

Re: Triggered ADC on MOD54415

I ran into that problem, too. Unlike the MOD5213 dev kit, The MOD54415 needs both analog common and reference pins connected. Before I started this project, I made sure the SimpleAD example was working, and the ADC returned good values. It took me a while to find the problem because the DEV70 board ...
by xt5160
Mon Jun 24, 2013 9:59 am
Forum: NetBurner Hardware
Topic: Triggered ADC on MOD54415
Replies: 4
Views: 4422

Triggered ADC on MOD54415

I have some mcPWMs generating read and clock pulses on mcPWM[A2] and mcPWM[A3] respectively for a linescan camera. The camera has an analog signal (verified working by scope) going to ADC0. New pixel data is generated by the clock rising edge. I'm trying to trigger the ADC using mcPWM3VAL[4] whem an...
by xt5160
Wed Jun 19, 2013 6:08 pm
Forum: NetBurner Hardware
Topic: mcPWM A and B
Replies: 0
Views: 3373

mcPWM A and B

I'm experiencing strange problems with the A and B outputs; if I set mcpwm.sm[0] = 0x0200 I can get an output on A (as expected). The SMVAL[1,2,and3] work exactly as fd9750's code describes (kudos there, Filip). When mcpwm.sm[0] = 0x0000 (INDEP=OFF), the A output disappears, and the B output generat...
by xt5160
Fri Jun 07, 2013 8:44 am
Forum: NetBurner's Eclipse IDE
Topic: Stray \xxx in program
Replies: 3
Views: 5991

Re: Stray \xxx in program

Thanks for the effort, but cut/paste from your reply has exactly the same errors. Having said that, I was able to determine the offending characters, by individually replacing each character in the line containing the error and attempting a save/build. In my particular case, it turned out to be the ...
by xt5160
Thu Jun 06, 2013 2:56 pm
Forum: NetBurner's Eclipse IDE
Topic: Stray \xxx in program
Replies: 3
Views: 5991

Stray \xxx in program

I'm trying to use PWM on the MOD5213. I cut/pasted the example code from the App Note, but NBEclipse won't save the file; I get an "error: stray '\315' in program" (and other codes). There are numerous instances. A search for the offending code yields "not found". There does not ...