Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the USART module, but requires physical port remapping.
This commit is contained in:
		
							parent
							
								
									01a80df6c2
								
							
						
					
					
						commit
						7a8b038687
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -90,6 +90,8 @@
 | 
			
		|||
			{
 | 
			
		||||
				DATAFLASH_CHIPCS_PORT.DIRSET = DATAFLASH_CHIPCS_MASK;
 | 
			
		||||
				DATAFLASH_CHIPCS_PORT.OUTSET = DATAFLASH_CHIPCS_MASK;
 | 
			
		||||
				
 | 
			
		||||
				PORTE.REMAP |= PORT_USART0_bm;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			/** Sends a byte to the currently selected dataflash IC, and returns a byte from the dataflash.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue