This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use the MAC in keil?

Is the Multiply-Accumulate (MAC) Unit supported by the C51 compiler for the cygnal c8051f12x devices? How to use it?

Parents
  • While I'm still on this subject, you might note that according to the Keil documentation the compiler DOES support math operations (using special hardware) on some of the other chips (Infineon 517, Dallas...) and those chips work similarly to the F120 - they mapped the functionality in via SFRs, not as native instructions. I guess now you'll have another excuse...

Reply
  • While I'm still on this subject, you might note that according to the Keil documentation the compiler DOES support math operations (using special hardware) on some of the other chips (Infineon 517, Dallas...) and those chips work similarly to the F120 - they mapped the functionality in via SFRs, not as native instructions. I guess now you'll have another excuse...

Children