<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Error in predefined constants for ATMEL SAM S/E/V</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/33967/error-in-predefined-constants-for-atmel-sam-s-e-v</link><description> 
The KEIL .h files for ATMEL SAM S/E/V (ex. same70q21.h) have
incorrect definitions of 
#define IFLASH_LOCK_REGION_SIZE (8192u) 
and 
#define CHIP_FREQ_CPU_MAX (120000000UL) 

 
Should be 
#define IFLASH_LOCK_REGION_SIZE (16384u) 
and 
#define CHIP_FREQ_CPU_MAX</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator></channel></rss>