We'd like to use hyperram S27KS0642GA to replace SDRAM on RT1176, I researched some cases in this community and found AN12239.pdf, which showed how to read and write hyperram, I think it is a way using hyperram like a external device driver, such as an I2C device.
However, I'd like to use it by adding it into the MCU settings list in IDE just like SDRAM, is it possible? How can I do that? Is there a whole document or reference for configuring and using it?
Thanks.
Solved! Go to Solution.
 
					
				
		
 Omar_Anguiano
		
			Omar_Anguiano
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You're correct, that space address needs to be used. 
Once you have it on memory settings it is also important to first initialize it before using it.
One example that might be helpful is the PSRAM example on the RT600, although it is a different device it can be helpful since it accesses the FlexSPI RAM through AHB bus.
Best regards,
Omar
 
					
				
		
 Omar_Anguiano
		
			Omar_Anguiano
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello
Hope you are well.
Yes, it can be done in the same. You need to specify in the MCU settings the address where your HyperRAM is located so it becomes available.
I believe that what you want to do is access that HyperRAM through AHB bus so it is important to verify where it is mapped.
Best regards,
Omar
 
					
				
		
 Omar_Anguiano
		
			Omar_Anguiano
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You're correct, that space address needs to be used. 
Once you have it on memory settings it is also important to first initialize it before using it.
One example that might be helpful is the PSRAM example on the RT600, although it is a different device it can be helpful since it accesses the FlexSPI RAM through AHB bus.
Best regards,
Omar
