Question
Using LL which file has the typedefs for uint8_t etc?
Posted on April 17, 2018 at 11:54
I'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(uint8_t * pSrc, uint16_t ByteCount); and I want to avoid an 'unknown type name 'uint8_t' ' error.
What file do I &sharpinclude that contains the typedefs please?
#keil #typedef #include