mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	Prior to this commit, when calling: - spi_timing_enter_mspi_low_speed_mode() - spi_timing_enter_mspi_high_speed_mode() psram timing is not tuned. This will lead to a stall during early startup. This bug is on S3, for 80MHz DDR PSRAM This commit will add psram timing tuning, in these two functions.
		
			
				
	
	
		
			12 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_IDF_TARGET="esp32s3"
 | 
						|
 | 
						|
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
 | 
						|
CONFIG_SPIRAM_MODE_OCT=y
 | 
						|
CONFIG_SPIRAM_SPEED_80M=y
 | 
						|
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
 | 
						|
CONFIG_SPIRAM_RODATA=y
 | 
						|
 | 
						|
CONFIG_PARTITION_TABLE_CUSTOM=y
 | 
						|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
 | 
						|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
 |