Part Number: LAUNCHXL-F28379D
I'm trying to transfer ccs code to simulink.
In ccs, PM_bissc_SystemTest code is running well and I can read position from encoder.
So far everything is fine.
Now, I want to import the code into simulink and read position in simulink.
I followed the steps on this topic https://e2e.ti.com/support/microcontrollers/c2000/f/c2000-microcontrollers-forum/926513/launchxl-f28379d-simulink-acquire-biss-c-encoder-data
I inserted header, source and lib files in custom code and created system initialize block and system update block.
However, I got error "External Mode Open Protocol Connect command failed
Caused by: Could not connect to XCP slave:XCP Master internal error: Bussy(0) or no timeout(2) for 255 "
Also,I could not figure out how I read Biss_position value.