mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 25114b716e
			
		
	
	25114b716e
	
	
	
		
			
			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"
 |