Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 339 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 339 Bytes

Renesas-Example

Example Code Location

Path : src/hal_entry.c

void hal_entry(void)
{
    /* TODO: add your own code here */

#if BSP_TZ_SECURE_BUILD
    /* Enter non-secure code */
    R_BSP_NonSecureEnter();
#endif
}

Pin Configuration

#define SWITCH (BSP_IO_PORT_01_PIN_06)
#define LED (BSP_IO_PORT_05_PIN_00)