We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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