• STM32F407 discovery board core clock setting
    Hello, I am experimenting with the STM32F407 discovery board. In order to run the sine.uvproj to get correct timing information, I tried to change the program settings for the correct hardware Xtal...
  • generate clock signal (200khz) for arm7 board
    hello friend, i'm newly appointed for a project to make a clock signal of 200khz in ARM7 board. i need the program code to generate clock signal. please help by providing the code. thanks in advance...
  • Clock settings
    Hi! I am using a STR912FA44 uC and I have a working firmware at 48MHZ and I am trying to increase these freq to 96 MHZ but for some reason the device is not recognize by the PC anymore. I see that...
  • Help needed to change core clock setting in program to match the discovery board
    Hello, I am experimenting with the STM32F407 discovery board. In order to run the sine.uvproj to get correct timing information, I tried to change the program settings for the correct hardware Xtal...
  • How to call a function after a specific clock period
    hi I am using 89c51. for using serial port I am using these commands SCON = 0x50; /* SCON: mode 1, 8-bit UART, enable rcvr */ TMOD = 0x20; /* TMOD: timer 1, mode 2, 8-bit reload */ TH1 = 0xfd; ...