
grim
Members-
Content Count
22 -
Joined
-
Last visited
Everything posted by grim
-
Will the wifi be through a separate chip?
-
I believe I used XDS100-v2 or something like that.
-
How do you get the graph?
-
Thanks Trey. It works now.
-
Where can I find these examples? Thanks.
-
Better. the ePWM1 registers now change. But still adc_isr still does not trigger. Thanks for the quick reply.
-
Some more debug info. When I step through the code in the AdcTempSensorExample, the PWM registers do not populate. myPwm however points to the right register address... 0x6800 The below code makes no change in the PWM registers: // EPwm1Regs.ETSEL.bit.SOCAEN = 1; // Enable SOC on A group PWM_enableSocAPulse(myPwm); // EPwm1Regs.ETSEL.bit.SOCASEL = 4; // Select SOC from from CPMA on upcount PWM_setSocAPulseSrc(myPwm, PWM_SocPulseSrc_CounterEqualCmpAIncr); // EPwm1Regs.ETPS.bit.SOCAPRD = 1; // Generate pulse on 1st event PWM_setSocAPeriod(myP
-
I'm unable to get the two ADC examples in the C2K Launchpad folder to work. - Example_2802xAdcTempSensor - Example_F2802xAdcSoc adc_isr fails to trigger.
-
Whoops good catch. Corrected post.
-
Yes, unfortunately the initial batch shipped without the jumpers. You can source them cheaply from mdfly. digikey.
-
Awesome! news. Thanks for keeping us in the loop.
-
Found this is the C2000 Launchpad user guide: I have not got mine yet.. any one wants to check it for me? Thanks!
-
Thanks Trey!
-
There are a few threads on the E2E forums. The best thing you can do to broaden your search is look for other chips in the same family for examples. The modules are the same. F28335 I2C Slave Also, make sure your PLL is inited when you do your I2C peripheral init, otherwise you will be pulling out you hair for days. Also, Configuring the TMS320F280x DSP as an I2C Master or Slave Processor
-
Welcome irose. Hopefully this place will get some traction once the c2000 board is announced.
-
Hello all, I've been noticing that the atan() function takes alot of time to execute. Is there a quicker math function available for it? Thanks.
-
43oh has a blog post on this - Get Back Code Composer’s Serial Terminal
-
Wow.. thanks for the quick response. It is working now. Thanks!
-
Hello, This is my first post here. I just got my Concerto Control Card. My first step was to run the infamous blinky example. However after loading the program onto the C2000 part of the chip, the LED(GPIO70) does not blink. Any hints? I'm using Code Composer Studio V5. Any help is appreciated.