cancel
Showing results for 
Search instead for 
Did you mean: 

On STM32MP157f-DK2 what is interrupt on GIC when a block is read by the CPU from microSD (SDMMC1)

debashis
Associate

Hi,

I am using a STM32MP157f-DK2 platform with Linux distribution software downloaded from ST download link for the platform. Can you please help to understand what is the interrupt that CPU will get when a data block is read from the SD card? Is it SDMMC Global interrupt or some DMA interrupt? I thought it would be SDMMC global interrupt, and then CPU need to read SDMMC registers to find out what is the actual cause of the interrupt. Not sure if this is the correct understand. Can you please help to clarify or point me to some document or code path for this.

 

Regards,

debashis  

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan SZYMANSKI
ST Employee

Hello @debashis ,
Please refer to chapter 21.2 (GIC interrupts) and chapter 58 (SDMMC) of STM32MP157 Reference Manual : https://www.st.com/resource/en/reference_manual/DM00327659-.pdf

Kind regards,
Erwan.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Erwan SZYMANSKI
ST Employee

Hello @debashis ,
Please refer to chapter 21.2 (GIC interrupts) and chapter 58 (SDMMC) of STM32MP157 Reference Manual : https://www.st.com/resource/en/reference_manual/DM00327659-.pdf

Kind regards,
Erwan.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
debashis
Associate

Thanks Erwan.