Skip to content

Missing R_BSP_WarmStart() Implementation for FSP Solution Projects #415

@njankowski-renesas

Description

@njankowski-renesas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions