__enable_irq and __disable_irq in (gcc) C without CMSIS library/function? (STM32F051)
I'm working on small (GCC/C-language) tests of STM32F051 with STM32CubeIde 1.8.0 on STM32F051 target. These tests are being done ---> without HAL, CMSIS or Lower Level drivers <---, so your patience is appreciated (that is, I don't intend in these te...