cancel
Showing results for 
Search instead for 
Did you mean: 

Can I work with assembly language in CubeIDE ?

bully
Senior

Hello,

I'm evaluating whether we could use CubeIDE for teaching Computer Architecture and Organization courses at the university?

We would like to teach some basics of assembly language on ARM... And I 'm not sure whether we can do that (are there any examples) ?

We know that we can use CubeIDE for real projects with HW and it would be a great bonus to be able to teach basics of assembly with the same tool .

Regards,

R.

2 REPLIES 2
TDK
Guru

Sure. All CubeMX generated projects contain a startup file in assembly. You could delete everything else and just put your code in there.

Not sure there are many existing assembly examples out there. It's not just common to use assembly except maybe for short snippets of code that you need to run fast.

If you feel a post has answered your question, please click "Accept as Solution".
YAY.1
Senior

You should look this link.

I hope it will help.