Using LL which file has the typedefs for uint8_t etc?
Posted on April 17, 2018 at 11:54I'm using the Low Level driver files targetting an STM32F7xx.I would like to know which file contains the typedefs of uint8_t, uint16_t etc?My header file has a function prototype for example, void Usart3_DMATx(ui...