* Add RCC * Fix more issues with dash in chip names * Update stm32-data version * Add blinky and spi example
		
			
				
	
	
		
			6 lines
		
	
	
		
			98 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			98 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
MEMORY
 | 
						|
{
 | 
						|
  FLASH : ORIGIN = 0x08000000, LENGTH = 128K
 | 
						|
  RAM : ORIGIN = 0x20000000, LENGTH = 32K
 | 
						|
}
 |