X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Flpc288x.c;h=513e2fcf353b039e9a6dd5018ec2b461f327029d;hb=86a7d813a165fda2816b8152342219b6c4ae2fc4;hp=cf189d9e70a6ef118a517d53e8ee2482f75f87dd;hpb=0ab650293add8da2f4d58fd90c17d452312a8a9d;p=openocd.git diff --git a/src/flash/lpc288x.c b/src/flash/lpc288x.c index cf189d9e70..513e2fcf35 100644 --- a/src/flash/lpc288x.c +++ b/src/flash/lpc288x.c @@ -214,8 +214,8 @@ static int lpc288x_flash_bank_command(struct command_context_s *cmd_ctx, char *c return ERROR_OK; } -/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1. - * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%. +/* The frequency is the AHB clock frequency divided by (CLK_DIV ×3) + 1. + * This must be programmed such that the Flash Programming clock frequency is 66 kHz ± 20%. * AHB = 12 MHz ? * 12000000/66000 = 182 * CLK_DIV = 60 ? */