Tagged Questions
3
votes
2answers
365 views
Fixed point math with ARM Cortex-M4 and gcc compiler
I'm using Freescale Kinetis K60 and using the CodeWarrior IDE (which I believe uses GCC for the complier).
I want to multiply two 32 bit numbers (which results in a 64 bit number) and only retain the ...