Part Number: LAUNCHXL-F2800137 Tool/software: Hello everyone,
I want to use the CCS Graph tool to view the signal that is sampled by the ADC. The issue that I am facing is that the graph tool displays corrupted data. I am sampling a sine-wave but the…
Part Number: LAUNCHXL-F2800137 I am trying to get the LAUNCHXL-F2800137 to boot from flash (location 0x0008_0000) in stand alone mode. I am creating assembly language only firmware using CCS12.4. The board boots fine in emulation mode using the on-board…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Tool/software: Hi guys,
I am learning to use C2000 MCUs ont he F2800137 launchpad. I am doing an interrupt exercise similar to the example given in C2000Ware "gpio_ex3_interrupt…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: SYSCONFIG , C2000WARE Hi,
1) How do you setup CMPSS DAC to be on a external PIN using SysConfig?
Thanks,
Arnaud
Part Number: LAUNCHXL-F2800137 Hi Sir
I use the F2800137 launchpad with DRV8323RH EVM developed verification the Constant torque control,
Also refer to the following discussion:
https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers…
Hi Debora,
Debora Previdi said: 1. What is the effort in PU terms? Have you got a practical example of PCMC in close loop? So I can better understand what are the steps that I need to perform?
Effort in PU corresponds from 0.0 to 1.0. 0.0 should correspond…
Part Number: LAUNCHXL-F2800137 I set up a model in simulink containing a couple of ADCs which sample signals , a few calculations are done ( 2 PR controllers ) and the output is used as the duty cycle to an epwm . I set up the epwm for 20 kHz ( 50 microseconds…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Hello team,
Here i try to emulate EEPROM in internal flash of f2800137, using the "F280013x_Flash_API_Reference_Guide.pdf" and couple of TI articles.
And I able to write data…
Part Number: LAUNCHXL-F2800137 After Reset or Power on/off code is not working and getting stuck at memory location
i tried CPU reset and code was at 3fe8f2: 28AD00A0 MOV @SP, #0x00a0
and as i tried running code it stuck at 3fd4d0: 7625 ESTOP0 …
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: SYSCONFIG prescaler =0
period=1000
above settings for cpu timer with interrupt enabled, once the counter reaches 0 it generates an interrupt, in interrupt handler made one gpio toggle…