Technical Support
On-Line Manuals
µVision User's Guide
C51, C251, C166 Development Tools
*** Error E183 Range must be multiple of alignment.
Range must be multiple of alignment.
Address range, for example of an SBC call, must be a multiple of the alignment.
Specified address range is not a multiple of the specified alignment.
Specify the address range taking into account the alignment.
// Disable SW breakpoint configurations for range 0x0 -> 0xFFF3 SBC 0x0, 0xFFF3, 0, 4 // => E183: range must be multiple of alignment
// Solution: address range must be compliant with alignment of 4 Bytes, so be a multiple of 4 SBC 0x0, 0xFFFF, 0, 4
Cookie Settings | Terms of Use | Privacy | Accessibility | Trademarks | Contact Us | Feedback
Copyright © 2005-2019 Arm Limited (or its affiliates). All rights reserved.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
Change Settings
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.