_frank_ Community Member
- Member since Feb 1st 2023
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
_frank_ -
Replied to the thread shared library in Segger Embbeded Studio.
Post> After some research, I realized that I was wrong: I don't need Tensorflow Lite C API but Tensorflow Lite For Microcontroller (TFLM) '-_-. That makes sense, I guess. > Without adding the basic TFLM library, I wanted to build to check. I got no error… -
_frank_ -
Replied to the thread shared library in Segger Embbeded Studio.
Post> can I convert *.dll to *.a ? I would think, probably not. The DLL (shared lib) is build for a specific platform that supports this libraries (*.dll/*.so). Even if based on ARM, it surely requires an A processor (Cortex A). AFAIK Nordic nRF5 is Cortex… -
_frank_ -
Replied to the thread shared library in Segger Embbeded Studio.
PostQuote from scp_011997: “First, I integrated it in my project (in C language with all nordic library) by adding the paths of the library in "preprocessor". ” That's not enough. I suppose you require this preprocessor setting for the API… -
_frank_ -
Replied to the thread shared library in Segger Embbeded Studio.
Post> ... I would like to integrate it into my project with a Nordic nrf5 board. It would be really new to me that the mentioned target platform supports shared libraries a.k.a. DLLs. That would require a MMU and a respective OS that can run multiple… -
_frank_ -
Replied to the thread [SOLVED] bug report SES ARM V7.10.
PostImport and export of ZIP archives is a feature MCUXpresso has (the NXP toolchain). I only don't like Eclipse in general, nor having a separate toolchain for each vendor. Playing mostly with STM32 and LPC MCUs, SES seems the best option for me. Quote:… -
_frank_ -
Replied to the thread [SOLVED] bug report SES ARM V7.10.
PostIf I might add another, but related point - here the Debug variable view in "Dark Mode": forum.segger.com/index.php/Att…94af800e750912b564d5d61db I checked in Tools->Options->Color Schemes for an option to change the text color for those values. Perhaps… -
_frank_ -
Replied to the thread [SOLVED] bug report SES ARM V7.10.
Post> However this is not a functional bug so can't name a fixed time schedule. I agree. It is definitely not a "dealbreaker", not even really annoying. But perhaps helpful to improve quality. The IDE is otherwise quite stable and fast. Being often… -
_frank_ -
Replied to the thread [SOLVED] ES installation & deinstallation.
PostOk, thank you ! I rather be safe than sorry, so I wanted to ask before. -
_frank_ -
Replied to the thread [SOLVED] bug report SES ARM V7.10.
PostThe same in Versions 6.22 and 7.10 under Linux (Ubuntu/Mint). -
_frank_ -
Posted the thread [SOLVED] bug report SES ARM V7.10.
Threadminor GUI bug: Project Explorer column element overlap in 'Dark' mode When setting the GUI to dark mode (Tools / Options / Environment / User Interface / Theme), column elements in the Project Explorer overlap each other. The effect does not happen in… -
_frank_ -
Posted the thread [SOLVED] ES installation & deinstallation.
ThreadHello, I'm having a question to the Embedded Studio installation and update mechanism. I had installed ES (for ARM) V6.22a some while ago, and it worked fine. A few days ago, I follwed the suggestion to update to V7.10, which works fine, too. I could…