Resolved! Are HAL_ppp_MspInit functions the only place to initialize low level resources?
Hi everybody.I'm met several scenarios in which the use of HAL_PPP_MspInitwould be too constraining.A typical example is when I'm making a reusable library that needssome peripheral. If I initialize the low level resources for the peripheralsused by ...