I made the following code, but it only outputs 333khz not 500khz : while(1){ //make blink on pin E0 PIN_E0_HIGH(); udelay(1); PIN_E0_LOW(); udelay(1); } can you fix it sir