lib: fix lpc176x flash accelerator config

According to the datasheet it is necessary to set the flash
accelerator value to 5 CPU clocks for 100-120MHz .

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-05-17 14:14:37 -04:00 committed by Eric Callahan
parent c1b8886c0f
commit 7fe51a9de2

View File

@ -327,7 +327,7 @@
// </e>
*/
#define FLASH_SETUP 1
#define FLASHCFG_Val 0x0000303A
#define FLASHCFG_Val 0x0000403A
/*
//-------- <<< end of configuration section >>> ------------------------------