Posted on July 11, 2016 at 09:15Hi, I've been trying to get going with this dev. board, but I ran into problems with the external interrupt. No matter what I choose in SYSCFG->EXTICR[0], the PA0 interrupt is always the selected one. Can anyone o...
Posted on July 11, 2016 at 13:06Hi again, Now I have tested, I added the line: RCC->APB2ENR |= RCC_APB2ENR_SYSCFGEN; and everything works now as it should. Thank you very much for your help, very much appreciated. I missed completely this and the ex...
Posted on July 11, 2016 at 13:01 Hi, Thank you for your reply, I'll definitely will look into the Cube software, it seems interesting. I want however, to get more insight into what I'm doing for the start. This is why I'm avoiding the routines inclu...
Posted on July 11, 2016 at 11:47 Hi, Thank you for you response, really. I have been trying to figure this out for a few days now, but I don't think I follow though, Do you mean something like this? RCC->APB2ENR |= RCC_APB2ENR_SYSCFGEN; I don't hav...