This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Three Phase BLDC Motor Kit with DRV8312 and Piccolo MCU CC2803X RAM to Flash change

I am using 

Three Phase BLDC Motor Kit with DRV8312 and Piccolo MCU CC2803X

I am using the BLDC_sensorless code provided by TI and burning it on the Control Card using code composer. The code runs till the power is not disconnected. As soon as I try to disconnect the power and try run the same code again, it doesn't work.

Then I found out that BLDC_sensorless has some RAM configs instead of Flash. So that is the reason why it doesn't work after a power reset.

So, My question is:- How to change that to a flash running. Like the code we burn to the controller should be there even after power reset. What are the changes to the code or hardware. Should be easy right.

I have CCS verison 6 and it does not allow to change the F28035_RAM_BLDC_Sensorless.cmd to any FLASH.cmd files. And I tried intalling CCS v5.2 but it shows an error that it is not compatible with Windows 10. Yes I have windows 10.

Please help.