Time diference betwen using ST libraries and uControler registers directly
Posted on March 13, 2014 at 11:55HiI'm using STLibraries for programing a STM32F100 in crossStudio. I have my System Clock with 24MHz. When I set and reset a port pin, using LT Librarieswhile(1){ GPIO_SetBits(DISP_DIGIT1_PORT, DISP_DIGIT1_PIN); GP...