DUrbano

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Import library #29755
    DUrbano
    Participant

    Sorry for my late reply, caused by holiday. I tried to add .a file with .h header as you told me in the last reply but when I use the functions declared in the header file, the compiler does not recognize them. Can I try another solution?

    Regards

    in reply to: Exclude file from build #29398
    DUrbano
    Participant

    Ok, all it’s clear…thank you so much for your precious support.

    Regards

    in reply to: Exclude file from build #29381
    DUrbano
    Participant

    In the attached file there is a simply blinking led project, developed for NUCLEO F411-RE platform; I’d like to change the clock configuration; for this reason I used:

    1. HSE_VALUE=16000000 to redefine clock xtal value;
    2. USE_PLL_HSE_XTAL|USE_PLL_HSI for use the external crystal.

    and I have added my system_clock.c file to set the new clock value. I’d like to exclude from build the default system_clock.c file found in:

    targets\TARGET_STM\TARGET_STM32F4\TARGET_STM32F411xE\TARGET_NUCLEO_F411RE\system_clock.c

    in mbed 6.3 repository. Please, could you help me?

     

    Attachments:
    You must be logged in to view attached files.
    in reply to: Exclude file from build #29366
    DUrbano
    Participant

    I tried as you told me but the .mbedignore file is created on the same level of mbed6.3 local repository (but NOT inside this folder), so when I compile the solution, this file is not seen and the problem remains. I use, on my PC, the “D:\” directory for my local mbed6.3 repository and for my projects:

    D:\
    |
    |---mbed6.3 (local repo)
    |---visualGDB projects folder
    |---.mbedignore file (file created with the above procedure)

    Regards

    • This reply was modified 3 years, 6 months ago by support. Reason: formatting
    DUrbano
    Participant

    Ok…it’s all clear…thanks for your support

    DUrbano
    Participant

    I’m using an MSBuild project type…thanks for all

    regards

    DUrbano
    Participant

    OK, but my problem is this: I created a new project in a my personal configuration, copying from DEBUG config all the settings and adding new ones. Now from my “debug” configuration I’d like to pass to a new “release” configuration. How can I do ?

    Regards

    in reply to: How control stack usage in real time #13302
    DUrbano
    Participant

    Ok, thank you so much for your precious support.

    Regards

    in reply to: How control stack usage in real time #13279
    DUrbano
    Participant

    I’m using an mbed-based project.

    in reply to: How control stack usage in real time #13264
    DUrbano
    Participant

    Thanks for the reply; could you give me any example how to manually modify the linker script ? I’m working on an STM32F411 on NUCLEO board.

    in reply to: How control stack usage in real time #13245
    DUrbano
    Participant

    Ok, I see the tutorial but I have a problem; as I wrote I have yet a project but I don’t find the “Fixed stack and heap” box in Visual GDB properties as you can see in the attached screenshot. How can I solve this problem ?

     

    Attachments:
    You must be logged in to view attached files.
Viewing 11 posts - 1 through 11 (of 11 total)