Page 1 of 1

ChibiStudio documentation?

Posted: Fri May 22, 2020 3:03 am
by aport
Running Linux.

I'm trying to use ChibiStudio to generate a board config for a custom STM32F4 design. I'd like to import a demo using a similar MCU and then reconfigure all the pins and such.

I've installed ChibiStudio, opened the a workspace, and can see all the projects on the left. But when I try to open one, it errors saying that there's no .project file. A quick ls shows that there is indeed a project file there.

I tried to find some documentation on using ChibiStudio but I couldn't find anything.

Any assistance would be greatly appreciated.

Thank you

Re: ChibiStudio documentation?

Posted: Fri May 22, 2020 5:46 am
by Giovanni
Hi,

You need to install ChibiStudio exactly as C:\ChibiStudio or paths are broken and you need several adjustments.

A lot of tutorials are on http://playembedded.org

Giovanni

Re: ChibiStudio documentation?

Posted: Sat May 23, 2020 4:37 am
by aport
Hi,

I was trying to run from Linux and was getting those errors.

I booted into Windows and installed ChibiStudio and everything worked. Thank you!

Re: ChibiStudio documentation?

Posted: Sat May 23, 2020 5:35 am
by Giovanni
The linux version needs adjustments because it assumes /home/xxxxxx for my setup. You may try the Linux VM with everything installed.

Giovanni