GithubHelp home page GithubHelp logo

Comments (3)

przemyslaw-pawelczak avatar przemyslaw-pawelczak commented on June 8, 2024

Dear @GrueneNeun - Thanks a lot for posting this issue and glad to see your interest in our project. We will be getting back to you with an answer shortly.

from coala.

amjadmajid avatar amjadmajid commented on June 8, 2024

Hi @GrueneNeun
Thanks for your interest and question.

  1. You do not need to build Coala with CCS. You can go to the app folder and type make and it will build it. Then, you can flash it to your MCU with a different tool.
  2. Coala requires GCC or Clang. Set your environment in this file https://github.com/TUDSSL/Coala/blob/master/maker/envCom.mk
  3. Modifications in the linker file
    ROM (rx) : ORIGIN = 0x4400, LENGTH = 0x7300 /* END=0xB6FF, size 29440 */
    and the 2 lines below it. Also and the 18 lines below it.

Using CCS

I have built this app with CCS https://github.com/amjadmajid/CoalaRepo/tree/master/apps/sort. If you want to follow what I have done, please make sure that

  • you direct CCS to use the linker script in this app folder, and
  • you link Coala and the needed libraries properly (https://www.youtube.com/watch?v=FzHtq51IjDM).
  • For further assistance, we need to know more about the problem (more details). Thank you very much.

from coala.

GrueneNeun avatar GrueneNeun commented on June 8, 2024

Sorry for responding so late.
Using the Youtube Video and your hint about the linker script i have been successfully able to get a Coala up and running inside a CCS Project.
Thank you very much for your help.

from coala.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.