Know-How on Development for F2 MC-16LX Family
We will show you how to master F2 MC-16LX family from the hardware side and software side.
Hardware
- Flash serial writing.
- Flash security.
- Hard-wired reset.
- How to master the ROM patch function.
- Do you know +B input?
- How to master the enhancing intelligent IO (simple DMA function).
- To do high-speed data access.
- Possible to write in the flash by unit of Word.
- How to use well the sector protecting function.
- To achieves the low consumption current mode without steady oscillation.
Software
- How to make the efficient and high reliable C source. (Let's use C Checker).
- How to make the ROM efficient C source.
2-1. Using the _direct declaration.
2-2. Using the inline.
2-3. Using the built-in function. - Discover the value of direct declaration by using C Analyzer.
- Discover the inline candidate by using C Analyzer.
- Search out the built-in function pattern by using C Checker.
- Using the Pack-Un Pack function.
- Enhancing specification of C Compiler.
- About the C Compiler optimizes.
- How to set the native mode and debug mode for tool.
