Issue
Prior to FSP v6.1.0, newly created FSP projects would place an implementation of the R_BSP_WarmStart() function in src/hal_entry.c. Starting with FSP v6.1.0, the R_BSP_WarmStart() function is instead placed in src/hal_warmstart.c.
For newly created FSP v6.1.0 solutions made with File->New->Renesas C/C++ Project->Renesas RA->Renesas RA FSP Solution, the src/hal_warmstart.c source file is missing in the generated solution projects.
Workaround
For FSP v6.1.0 users creating a new solution, do one of the following.
- Extract the attached archive within your solution projects to make the
src/hal_warmstart.c source file available.
fsp_patch_hal_warmstart_v6.1.0.zip
- Create a new temporary
Renesas RA C/C++ Project and copy the src/hal_warmstart.c source file to your solution projects.
Issue
Prior to FSP v6.1.0, newly created FSP projects would place an implementation of the
R_BSP_WarmStart()function insrc/hal_entry.c. Starting with FSP v6.1.0, theR_BSP_WarmStart()function is instead placed insrc/hal_warmstart.c.For newly created FSP v6.1.0 solutions made with
File->New->Renesas C/C++ Project->Renesas RA->Renesas RA FSP Solution, thesrc/hal_warmstart.csource file is missing in the generated solution projects.Workaround
For FSP v6.1.0 users creating a new solution, do one of the following.
src/hal_warmstart.csource file available.fsp_patch_hal_warmstart_v6.1.0.zip
Renesas RA C/C++ Projectand copy thesrc/hal_warmstart.csource file to your solution projects.