[En-Nut-Discussion] SDIO Interrupts
Holger Mai, GEMAC
mai at gemac.info
Tue Apr 15 15:12:35 CEST 2014
Hello Uwe
Thank you for your hints. This brings some light into darkness. Meantime i found
another way (described in some files in the stm directory):
#include <arch/cm3/cortexM3.h>
#include "stm32f4xx_sdio.h" //Beta/Test stadium, not yet in OS Path
// Enable the SDIO Interrupt:
// Set the vector.
Cortex_RegisterInt(SDIO_IRQn, SDIO_IRQHandler);
// Initialize with defined priority.
NVIC_SetPriority(SDIO_IRQn, 0);
// Clear interrupt
NVIC_ClearPendingIRQ(SDIO_IRQn);
There is an upcoming next step in my project, where i will test your code. There
will it be useful to had an os controlled Interrupt. Reporting about results
next days.
mit freundlichen Grüßen
Holger Mai
mai at gemac-chemnitz.de
GEMAC - Gesellschaft für Mikroelektronik-
anwendung Chemnitz mbH
Zwickauer Straße 227
D-09116 Chemnitz
Tel. +49 371 3377 - 0
Fax +49 371 3377 272
UST-ID: DE140851265
HRB 6443 Chemnitz/Stadt
Geschäftsführer: Dirk Hübner / Karsten Grönwoldt
http://www.gemac-chemnitz.de
More information about the En-Nut-Discussion
mailing list