Part Number: TMS320F28379S
Tool/software:
Please see attached CCS project (testDSSWS.zip) and DSS script (read_symbol_values.txt..you will need to change the extension to .js).
The output of the script is shown below.
>C:\ti\ccs1210\ccs\ccs_base…
It is working now. I needed to write to the flash twice. I took the DCSM files (asm and cmd) files sysconfig generated and removed the zone configuration section as shown below. I also removed the DCSM configuration from sysconfig.
;---------------…
Ok, I misspoke earlier. I should have said "In order to get the correct analog output value, the digital input value needs to be multiplied by 4."
This matches what Table 2 is showing. Therefore, there aren't any issues.
Ok. Also, I don't see the offset anymore.
Our design has two CPU, which I will name CPU1 and CPU2. DPRAM is used to transfer data between CPU1 and CPU2. There is also two 16 bit SRAM chips that will store 32-bit data. I am getting the following results…
Ok, I got it to work.
I just used ${WORKSPACE_LOC}\Path_To_Folder in the Link to Alternate Loaction path text box. Where Path_To_Folder is the complete relative path to the folder I want to link to. I thought I had tried this before, but this time it…
Ok, I guess I will have to accept that is the way it works, but I would think it would be better to generate an error for the case when two identifiers with the same name occur in the code, especially when #pragma LOCATION() is used.
I have several system projects in the Workspace. I accidently used the launchpad system project to successfully program the control card with the XDS200 last week. I looked at the differences between the control card and launchpad system project and noticed…
I didn't change any settings. I was helping another co-worker with the issue when he was trying to merge his changes into my project. We finally gave up and he added the changes using the sysconfig GUI. However, I have had similar issues since then and…