Update the RX63N RDK demo to use the latest (at the time of writing) Renesas RDK BSP.

Ethernet is still not included.
The configuration is still set for the ES chip.
This commit is contained in:
Richard Barry 2012-04-24 12:45:01 +00:00
parent 84ddb2abd6
commit 8baa0ac171
9 changed files with 202 additions and 139 deletions

View file

@ -121,7 +121,7 @@ Configuration Options
/* Peripheral Module Clock A Divider (PCKA).
Available divisors = /1 (no division), /2, /4, /8, /16, /32, /64
*/
#define PCKA_DIV (4)
#define PCKA_DIV (2) /* WAS 4 for 48MHz, attempting to make it equal ICLK by setting it to 2. */
/* Peripheral Module Clock B Divider (PCKB).
Available divisors = /1 (no division), /2, /4, /8, /16, /32, /64
*/