remove executable flag from CCM memory because it is not executable
This commit is contained in:
		@@ -36,7 +36,7 @@ MEMORY
 | 
			
		||||
{
 | 
			
		||||
	FLASH (xr)	: ORIGIN = 0x08000000, LENGTH = 512K
 | 
			
		||||
	RAM (xrw)	: ORIGIN = 0x20000000, LENGTH = 128K	
 | 
			
		||||
	CCM (xrw)	: ORIGIN = 0x10000000, LENGTH = 64K
 | 
			
		||||
	CCM (rw)	: ORIGIN = 0x10000000, LENGTH = 64K
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
SECTIONS
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user