alexan_e
Administrator
- Joined
- Mar 16, 2008
- Messages
- 11,888
- Helped
- 2,021
- Reputation
- 4,158
- Reaction score
- 2,031
- Trophy points
- 1,393
- Location
- Greece
- Activity points
- 64,371
SysTick_Config(SystemCoreClock/1000 - 1); /* Generate interrupt each 1 ms */
/* Update SystemCoreClock according to register settings */
SystemCoreClockUpdate();
thanks my friend alexan for your answerHow much delay do you get instead of 300ms?
this is my keil project and I want 100MHZ speedCan you upload the keil project and tell me what speed are you trying to achieve?
thank youI would suggest you start with the gpio example in the code bundle and change M=50 N=2 for PLL0 in system_LPC17xx.c to get 100MHz
It is usually a good idea to make a copy of this system and startup file in your project folder then add it to the project and change it.
.
thanks for changed pll setting for meHere is the GPIO example from the code bundle, I have copied the startup and system in the project folder and changed then pll setting to get 100MHz.
Now just change the code.
SysTick_Config(SystemCoreClock/1000 - 1); /* Generate interrupt each 1 ms */
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?