Comments: FreeSoC2 Introduction

Pages

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • scherer3002 / about 7 years ago / 1

    @JPmAn, @SFUptownMaker: I also encountered the problem with missing "SPIM_0.h" in both Arduino IDE Versions 1.8.1 and 1.8.4. Given the fact that the problem was first mentioned 6 months ago, I wondered if nobody else stumbled across this issue or if I'm looking at the wrong place for any mentioning. I googled every conceivable combination of "freesoc2 arduino SPIM_0", but to no avail ... Browsing around in project.h I discovered that this one #include-s a real large number of other .h files. Is this meant to be so or should the project.h be including header files based upon project settings etc. Are there any news on this issue? Kind Regards

    • Member #1194513 / about 6 years ago / 1

      Hello everybody, I just made a fresh install on a new machine under WIN7/64 with all the software in this intro tutorial and ran into the same error ...

      D:\Program Files (x86)\Arduino\hardware\SparkFun\psoc\cores\arduino/project.h:30:24: fatal error: SPIM_0.h: No such file or directory
      

      Did anybody got this problem with missing library files done ?

      Regards, J.

      • SFUptownMaker / about 6 years ago / 2

        Try downloading and reinstalling the hardware directory. The missing files were not included in the last upload to the repository, but I've added them and all should be working now.

        • Member #1194513 / about 6 years ago / 1

          HI there,

          excellent !!! Now it is working perfectly - thanks a lot ...

          J.

  • Member #1121197 / about 7 years ago / 1

    Hello JPmAn, I have exactly the same problem as you. If I comment the "#include SPIM_0.h", I still have the problem with some other include. I use 1.8.4 Arduino IDE. Did you solve the problem ? Thank you

  • JPmAn / about 7 years ago / 1

    I'm getting this error log: Arduino: 1.6.11 (Windows 10), Board: "PSoC Dev Board"

    Warning: platform.txt from core 'SparkFun PSoC Development Boards' contains deprecated compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/, automatically converted to compiler.path={runtime.tools.arm-none-eabi-gcc.path}/bin/. Consider upgrading this core. Warning: platform.txt from core 'SparkFun PSoC Development Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core. In file included from C:\Users\Joel\Documents\Arduino\hardware\SparkFun\psoc\cores\arduino/Arduino.h:6:0,

                 from sketch\BarChart.pde.cpp:1:
    

    C:\Users\Joel\Documents\Arduino\hardware\SparkFun\psoc\cores\arduino/project.h:29:20: fatal error: SPIM_0.h: No such file or directory

    #include "SPIM_0.h"

                    ^
    

    compilation terminated.

    exit status 1 Error compiling for board PSoC Dev Board.

    This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. Any help?

    • SFUptownMaker / about 7 years ago / 1

      Can you upgrade to a later version of the Arduino IDE? I know the core works under 1.8.1.

      The warnings can be safely ignored. For now, at least, until support for those deprecated paths is removed.

  • Member #538831 / about 8 years ago / 1

    Very nice board, but i cannot recompile the bootloader after download from github. Anyone out there with more success?

  • Member #689698 / about 9 years ago / 1

    Created a simple FreeRTOS demonstration project for the FreeSoC2:

    https://github.com/jhicks-camgian/freesoc2-freertos.git

    Enjoy!

  • Member #689698 / about 9 years ago * / 1

    Wonderful board, thank you!

    I went and piped up on the Cypress Forum about providing alternative platform support. It's really a shame that someone seems to have drunk so much Microsoft Kool-Aid over there 8)


If you've found an issue with this tutorial content, please send us your feedback!