Newcomer questions~Why is there only NVIC with no definition?And where can I find the "user manual" about the Core-CM4 HAL function configure method?
As titled, with little definition, how do I configure the NVIC_Type struct ? Directly use the numbers that are difficult to maintain later? Or in fact they have official definitions, but they were hidden somewhere else ?
And another question, where can I find the "user manual" about the Core-CM4 HAL function configure method? The HAL-user-manual only have the configuration method for stm32 peripherals. It doesn't have the configuration method for core-cm4 peripherals just like how to configure the NVIC peripheral.