Hi all, I'm trying to run a project. I didn't write it and I'm pretty new to ARM development as well. I'm getting the error "Error: A1163E Unknown Opcode MODULE, expecting opcode of Macro MODULE ?startup
I'm getting 4 or 5 of those errors, one for each of the opcodes in the code.
After reading other posts about Error: A1163E , it seems like the issue is usually white spaces and indenting, but I've tried the fixes mentioned. I believe I saw one person who just didn't have all the right libraries? All the libraries should be there to my...admittedly low level of knowledge. Is there anything else I can try? Again, as I didn't actually write the code, I can only make educated assumptions and go by the error messages.
Have you seen this documentation? I should have referenced it in my previous reply:https://www.keil.com/pack/doc/STM32Cube/html/index.html
I have, I'll go through it again to see what I missed.