Model not getting deployed
Ältere Kommentare anzeigen
I have used the file 'FOC algorithm for controlling the speed of BLDC motor using F28027' which is provided by MATLAb itself. The only thing that was different was the MCU; I used F28069M instead of F28027. I made all the settings that were required for the model to deploy on the MCU. But it didn't happen and it was showing the error which sasid something about 'ramfuncs' while deploying it.
Antworten (1)
Walter Roberson
am 15 Apr. 2023
0 Stimmen
Your description is fairly vague.. I would point out that you would be unable to deploy a model if the memory required exceeded the system memory. The specifications for that development board indicate that it has 100 kilobytes of RAM. If your model exceeded that, or if it got so close to it that the default memory layout could not work, then it would be common to be given an error message about memory layout; in that software system memory layout is controlled by software called ramfuncs
Kategorien
Mehr zu C2000 Microcontroller Blockset finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!