r_sci_uart_cfg.h not found error with SCI UART

Calvin Black

New Member
Hello,
Using starter kit SK-S7G2 (from Renesas) I'm designing a program based on SCI UART, but when building i get an error: r_sci_uart_cfg.h not found. Has anyone observed this error and/or have a recommendation/solution?

Thank You,
-Calvin
 
You should have guessed by now... No-one else uses this platform... I would imagine that this file isn't in the compiler path....

Answer... Find the file and place a copy in the working directory and change to this....

#include "r_sci_uart_cfg.h"

The quote marks tell the compiler to look in the working directory!!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…