2020-03-30 06:03 PM
Heya
in both the flash example and my personal implementation the CFG and lib files for the eeprom_emulation_driver are missing which prompts the error
Any ideas ?
Solved! Go to Solution.
2020-04-03 02:17 AM
Hello ,
It is ok from now (SPC5Studio generation and compilation) ?
we supported Chibios (version 2.6.4) and NIL (version 1.1.2), (http://community.st.com)
Note : it is not the last version
we still use chibios test application for Students projects
We have not followed the last version of chibios for SPC5 Families (Bandwidth problematic)
https://github.com/microwan/spc5-chibios
https://github.com/microwan/spc5-nil
you have more information on http://www.chibios.org.
We are supporting FreeRTOS too.
Best regards
Erwan
2020-03-31 06:54 AM
Hello ,
Could you send me your installation details (Help ==> About SPC5Studio) ?
EEProm Emulation driver is a component .
You need to click on clean and generate .
Best Regards
Erwan
2020-03-31 07:08 AM
Hey Erwan,
thanks for the quick reply.
I've already tried that haha, this is the only one i've run into that doesnt generate anything upon generation.
i've also checked for the files are within the plugins folder i would personally add them but they are .ftl and i dont want to risk accidently setting up an
incorrect value haha.
Sure, attached my installation details.
SPC5 STUDIO V5.8.1
Regards,
Andreas
2020-03-31 05:59 PM
I've also just run into the same issue using one of the OS-Less examples <chibios>. For the can hal example
i feel like something hasnt installed properly
<update: all the chibios examples do not compile after generation>
with the error
11:27:36 **** Build of configuration Default for project ChibiOS-RT SPC560Dxx ADC Test Application for Discovery ****
make -j8 all
make: *** No rule to make target `all'. Stop.
11:27:36 Build Finished (took 100ms)
After compiling each example the ones that do not work after generation are:
SPC560DXX_RLA EE Test application for discovery, doesnt generate the files required
All- OS-Less examples, all have the same error as above
2020-04-01 10:11 AM
An update:
I went ahead and uninstalled the eeprom component and reinstalled it.
this now doesnt that error i initially had BUT now it doesnt even attempt to build up the components.
resulting in a no rule to make target all stop. this is a clean uninstall and reinstall of the component from the eclipse link provided in the 'install new software' section
im at a bit of a loss, i tried adding in the files from thje spc5xxxx eeprom directory that has all the .c.ftl etc files but the compiler doesnt like it.
the javascript file for the eeprom isnt in the folder like the other projects. could you confirm if its the same on your end ?
2020-04-01 10:29 AM
I've also just completed a full uninstall and reinstall of the program.
a clean reinstall of spcstudio straight from the website gives me this error
2020-04-02 01:15 AM
Hello ,
There are eclipse and feature does not match with official installer
Are you sure that your have used :
en.SPC5Studio-5.8.1-Hubble.exe located in ST Website ?
You should remove the full directory c:\SPC5Studio before installation
Could you send me your installation details (Configuration Tab ==> Copy to Clipboard)
Best Regards
Erwan
2020-04-02 03:10 AM
Hey Erwan, that installation i had downloaded all the addons through the online installer.
i completely removed spc5studio and reinstalled it. the second time around i didnt download any addons and i had two folders for ee.spc560dxx (attachted image below) one folder had all the files the other had nothing, so i went in and copied the files and now it compiles.
2020-04-02 03:17 AM
attached my installation details, yeah the second time around i made sure to delete the folder after uninstalling.
Now it works for this, but i havnt gone in and downloaded the other package (chibios, NIL, etc) are they also covered by you guys or are they managed by someone else ?
2020-04-03 02:17 AM
Hello ,
It is ok from now (SPC5Studio generation and compilation) ?
we supported Chibios (version 2.6.4) and NIL (version 1.1.2), (http://community.st.com)
Note : it is not the last version
we still use chibios test application for Students projects
We have not followed the last version of chibios for SPC5 Families (Bandwidth problematic)
https://github.com/microwan/spc5-chibios
https://github.com/microwan/spc5-nil
you have more information on http://www.chibios.org.
We are supporting FreeRTOS too.
Best regards
Erwan