Querry regardung clock cycle in stm32f407
Posted on April 23, 2014 at 14:08Hi I am doing a simple thing in C basically witing it to the PORT I register short int a[1] = {1,0}; short int *p = &a; while(1) { GPIOI->ODR |= *p; } Basically fetching data from memory and writing it...