Documentation about using Segger SystemView

2022-04-26 Thread Bartek22
Hi, Is there any documentation about configuring any other board than SIM for using Segger SystemView ? I've tried to use it with stm32f4disco board but I have some issues probably with timer configuration because in segger sysview I can't see time and when I decrease system timer tick period or ro

Re: Documentation about using Segger SystemView

2022-04-26 Thread Bartek22
Thanks for quick answer, I will try it. wt., 26 kwi 2022, 21:09 użytkownik Xiang Xiao napisał: > Look like you forget to implement up_perf API, please look at this issue: > https://github.com/apache/incubator-nuttx/issues/5843 > > On Wed, Apr 27, 2022 at 3:04 AM Bartek22 wro

Re: VS Code debugging

2023-03-02 Thread Bartek22
Take a look at PX4 project on github. I work with this setup with my own projects with nuttx and everything works great. They are generating some files from cmake so take a look at platforms/nuttx directory and CMakeLists files inside and add .svd files for your mcu and everything should work. Best

Integrating NuttX to existing C++23 multiplatform application

2025-07-25 Thread Bartek22
I’m working on integrating NuttX into an existing C++ project, but I’m facing several issues. Background Initially, I tried using symbolic links to connect my application to NuttX apps/external and build everything with CMake. However, since NuttX does not fully support CMake, I changed my approac

Re: Integrating NuttX to existing C++23 multiplatform application

2025-07-25 Thread Bartek22
rary, I'm using latest ARM toolchain 14.3. pt., 25 lip 2025 o 14:36 Bartek22 napisał(a): > I’m working on integrating NuttX into an existing C++ project, but I’m > facing several issues. > > Background > Initially, I tried using symbolic links to connect my application

Re: Integrating NuttX to existing C++23 multiplatform application

2025-07-25 Thread Bartek22
e the > prefix nx_. > > Probably some kernel functions are still dependent on those same libc names > used by applications, in this case replacing them with an external libc > will be an issue. > > BR, > > Alan > >> On Fri, Jul 25, 2025 at 9:54 AM Bartek22

Re: Integrating NuttX to existing C++23 multiplatform application

2025-07-25 Thread Bartek22
> NuttX! > > BR, > > Alan > >> On Fri, Jul 25, 2025 at 12:14 PM Bartek22 wrote: >> >> Thanks for reply, so what is the solution in that case and how can I use >> libc++ from arm toolchain to avoid this issue? >> Best regards, >> Bartek &g