Forum Replies Created
-
AuthorPosts
-
DUrbanoParticipant
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
DUrbanoParticipantOk, all it’s clear…thank you so much for your precious support.
Regards
DUrbanoParticipantIn 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:
- HSE_VALUE=16000000 to redefine clock xtal value;
- 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.DUrbanoParticipantI 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 4 years ago by support. Reason: formatting
October 8, 2018 at 09:11 in reply to: Create release configuration VisualGDB project already exist #22231DUrbanoParticipantOk…it’s all clear…thanks for your support
October 5, 2018 at 09:38 in reply to: Create release configuration VisualGDB project already exist #22214DUrbanoParticipantI’m using an MSBuild project type…thanks for all
regards
October 4, 2018 at 10:14 in reply to: Create release configuration VisualGDB project already exist #22208DUrbanoParticipantOK, 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
DUrbanoParticipantOk, thank you so much for your precious support.
Regards
DUrbanoParticipantI’m using an mbed-based project.
DUrbanoParticipantThanks 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.
DUrbanoParticipantOk, 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. -
AuthorPosts