Tool/software: Code Composer Studio
Hi Team,
I was performing a 16-bit unsigned division operation using u_div28.asm which is a run-time support library file for compiler v18.1.3.LTS in the eabi format. When debugging I was unable to see aliases name, __c28xabi_divu, during step debug.
Although for 16-bit modulo operation the function U$$MOD is called correctly with its alias name.
When I checked the coding difference between them, I observed that .page mnemonic was missing for the instructions for U$$DIV. I added in the source file then generated the library again, and repeated the same steps for debugging. I was facing the same issue again. For testing purpose, we require the alias name to come when performing debugging, for the documentation purpose in our legacy projects. Please let me know the issue and also check whether there is any problem with the code file, u_div28.asm.
Thanks & regards,
Gurusha