Hello.
I use RM46L852PGE chip and last HALCOGEN.
Is that code correct in file include/pinmux.h ?
#define PINMUX_BALL_G5_MASK (~(uint32)((uint32)0xFFU << PINMUX_BALL_G4_SHIFT))
G4 ball is not used at all, at least in datasheet.
Macro PINMUX_BALL_G4_SHIFT is not defined. Is it copy-paste error?
May be, correct line should be:
#define PINMUX_BALL_G5_MASK (~(uint32)((uint32)0xFFU << PINMUX_BALL_G5_SHIFT))
There are some lines like that in that file.
Regards,
Vitaliy