You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Condition around g_bsp_rom_dualsel definition also removes register, but I believe this is correct behaviour as RA4M3 manual doesn't mention register existing at 0x0100_A110.
BSP_FEATURE_FLASH_HP_SUPPORTS_DUAL_BANK
condition prevents BANKSEL_SEL register from being included in hex file with RA4M3.FSP 4.1.0 worked correctly, but at least 4.6.0 and 5.7.0 do have this bug.
I believe following if condition should not exist around this code in
bsp_rom_registers.c
:For comparison, BANKSEL_SEC register doesn't have this condition, and is included in hex file correctly:
Condition around
g_bsp_rom_dualsel
definition also removes register, but I believe this is correct behaviour as RA4M3 manual doesn't mention register existing at 0x0100_A110.I think there has been a confusion between dual bank feature, which RA4M3 doesn't have, and bank selection feature, which RA4M3 has.
The text was updated successfully, but these errors were encountered: