Part Number: F28M35H52C
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
I have experienced issues with updates recently which may be what the problem is, at some point in the update, it says that window firewall is blocking access, I give it permission, but then the install progress goes tp "not responding" and I (eventually) get a message along the lines of "installation failed, your environment may not work properly". Now checking for updates says there are no updates available.
I'm trying to write code based on the ControlSuite examples V210.
Anyway, when I import the adc_soc_c28 example and try to compile, I get 18 errors, all saying something like "RAML0 memory range overlaps existing memory range RAML0" and then 65 warnings like "creating output section "CpuTimer1RegsFile" without a SECTIONS"
I think this is a linker file issue.
I've tried deleting the Linker command file and trying different ones but, so far, it seems very broken.
Any ideas?