Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Maybe you need to add the config.h to the project. Here are the steps: 1. In SES, right-click on the project 2. Select "Add Existing Files" 3. Navigate to and select the SDK folder 4. Choose "Add as Link" to maintain the original file location If that doesn't work, remove the project from the workspace and re-add the project.
-
Hi, you can indeed use J-Link with SEGGER Embedded Studio for this processor, it combines dual-core architecture with an Cortex-A35 application processor and a Cortex-M33 real-time processor, which both are selectable in SEGGER.
-
Recently I had a strange anomaly, where I build the project twice in a row and on the second build it seems that the path to the ARM toolchain has broken. I'm confused because I haven't changed anything for that to happen. The error is the following: Error starting process C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10\bin/cc1 The /cc1 comes out of nowhere because the path to the toolchain is: C:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10\arm-none-eabi\bin I want to …