Part Number: TMS320F280049C I wrote the code about the TZ submodule which can protect epwm1.
I will shortly describe about my code.
GPIO32 will be used to trigger epwm1 module. GPIO32 is connected to GPIO15 and GPIO15 is connected to TZ signal appropriately…
You will need to scale v(t) to 12-bit levels; so the resultant of this function should be a decimal from 0 to 1 that is based on the sine function and then multiplied by 4095 and that value passed to the DACVAL register.
Alternatively you can use a lookup…
Anka Zhang said: Where is the _STACK_END (as shown in the diagram) defined and modified?
The linker generates that symbol based on how the user has configured their .stack section. See the assembly language tools guide .
Anka Zhang said: Is the STL_SPC_DETECT_WPR1_REF_LOW…
Part Number: TMS320F280049C Hello I am using the LaunchpadXL F280049C and have problems with the mapping of the analog inputs: how do I know which external pin or PGA output is mapped to which analog input? I found the following in a SW example:
// configure…
Hello,
I'm sorry for responding so late.
There is an example for generating a sine wave on the buffered DAC output, DACOUTA/ADCINA0 and uses the default DAC reference setting of VDAC. You can find it in your C2000Ware directory: ti\c2000\C2000Ware_5_00_00_00…
Hi Bin,
sorry it seems that my question was unclear. There are two coding methods for Manchester Encoding:
- IEEE 802.3-compliant Manchester coding
- Manchester coding according to G.E. Thomas
As far as I understood the resulting signals are basically just…
Part Number: TMS320F280049C Other Parts Discussed in Thread: C2000WARE HI, I want to use CMPSS2 high comparator.
In the comparator's (+) input, (GPIO26 will be output) and GPIO26 will be connected.
In the comparator's (-) input, 1V static voltage from…
Part Number: TMS320F280049C Other Parts Discussed in Thread: CCSTUDIO Hi everyone
I'm trying to build a project using the command line. If the project is inside the workspace folder, works great (in this case I made a test project inside the workspace…
Part Number: TMS320F280049C Other Parts Discussed in Thread: C2000-SAFETI-DIAGNOSTICS-LIB , C2000WARE Hi There,
We are doing some functional safety work on out platform based around this processor.
Is the C2000-SAFETI-DIAGNOSTICS-LIB compatible with this…