Failing including CMSIS into a F334 project
Hi guys
I try to iclude the CMSIS files into a project with a STM32F334. I followed this article (https://community.st.com/t5/stm32-mcus/how-to-integrate-cmsis-dsp-libraries-on-a-stm32-project/ta-p/666790 ) but failed.
The first difference is, that I do not have a folder "PrivateInclude" to copy from, so I just continued with the other two folders I found, "Include" and "Source".
After adding the two paths in project settings - without adding any code for sure - I get some thousands of compiler errors. The first error messages are "unknown type name 'uint16_t' ". As we know, uint16_t is a type in standard integer library, I already included it successfully.
So I assume there still something missing...but what? And how to get?
Just to be sure, I want to use the controller functions, but I would like to have a general manual to solve such problems in the future (and maybe many other too).
