SPL2LL conversion results
After the SPL2LL conversion, I got the messages below.
Message 1:
[WARNING] -- Line 2096 -- "NVIC_SetVectorTable" No LL API, StdPeriph legacy API is used instead (legacy library)
Message 2:
[WARNING] -- Line 238 -- "I2C_CheckEvent" No LL API exist, migration is ensured by using direct access register
About Message 1, does it mean an API is stored in the legacy folder, and I can use it now without making any manual modifications?
About Message 2, does it mean I don't need to make any modifications manually?
