This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error : Unknown type name "uint8_t"

Hi,

I am using keil uVision4. When i compile a keil project for STM32F10x controller it is showing the error :-error : Unknown type name "uint8_t" .In my project files the header "stdint.h" is not included. After including the header the error disappears. I would like to know is it possible to include the header to all files in the project with out using the "#include<stdint.h>" statement. By using compiler flags or something like that. So that i can avoid including the header to all the files.

Thanks and regards,
Shiju