Geoffrey Brown
Geoffrey Brown
Which directory is the .h file in (I haven't looked at this for several years). Once you know the directory, you can add a -I directive to the Makefile. Geoffrey...
I don't think so -- here's the error message ../startup_stm32f10x.c:3:23: fatal error: stm32f10x.h: No such file or directory On Thu, Jun 14, 2018 at 1:31 PM, baybled wrote: > Sorry...
looks like a path problem. Have you looked at the contents of /home/peyman/toolchain/STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/STM32F10x_StdPeriph_Driver ?? Did you download the standard peripheral libraries ? Why don't you switch from the codesourcery tools...
That is curious. I'm glad you solved the problem. When I do the build on my system, there's no issue. But then it is always hard to know if there...
With windows it might be a path name error \a\b\c vs /a/b/c Geoffrey On Sun, Jan 15, 2017 at 5:12 AM, Hemal Chevli wrote: > Hello, > > I'm using...
I've been looking at what might be going on. I noticed that ST has changed the layout of the CMSIS directory. I'm using the latest which has this form: ....../Libraries/CMSIS/Device/ST/...
Thanks, that's sort of what I figured. It would be nice if the delay were documented. I ended up using the slowfir implementation because it performed well enough and I...
Thank you for getting back. I'd like to respectfully argue for the change. I'm guessing that in many cases a protobuf message to be sent will be encoded before sending....