Forum Replies Created
-
AuthorPosts
-
ItamareParticipant
Thank you. Code now compiled and runs but the ‘Live Profiling’ is empty –
Tried to mark both instrument: all function/only the function selected below with only few functions checked.
Attachments:
You must be logged in to view attached files.ItamareParticipantProblem also exists when i open new project with just led blink.
Is it possible that this is related to the changes i made in the OpenOCD files?
ItamareParticipantYes. i am trying to operate the instrumentation-based profiler base on this tutorial –
https://visualgdb.com/tutorials/profiler/embedded/instrumentation/
I have the (#include <SysprogsProfiler.h>) and (InitializeSamplingProfiler()).
Problem still exists.
ItamareParticipantTried the profiler, another error:
Cannot find hook function (SysprogsInstrumentingProfilerHook) inside the ELF file.
followed this tutorial: https://visualgdb.com/tutorials/profiler/embedded/sampling/
ItamareParticipantGot it.
Changed @SAMPLING_PROFILER_TIMER_INSTANCE
Thanks.
ItamareParticipantGreat. It works!
Thank you.
Sorry for too many questions, now when trying to analyze the code using VisualGDB, i got
‘multiple definition of TIM2_IRQHandler’, as i am using the timer for other purpose on my board.
Is it possible to tell the analyzer to use other timers which are not TIM1, TIM2, TIM6 and TIM11?
Appreciate your help.
ItamareParticipantHi.
Thanks for the reply, just too many issues with comping the script under VisualGDB, few more issues:
I am trying to compile and debug a custom board with F446RE on it, using the debugger(ST-LINK) from the Nucleo 446RE, this method absolutely works using SystemWorkbench – code runs perfectly.
I regenerate the code using CubeMX under GPDSC toolchain/IDE, import to visualGDB – get an error, openocd does not recognize my custom board with 446RE. Is there anything to do with it?
code compiles under Nucleo – STM32F446RET6U but not on custom board – STM32F446RET6
Thanks.
- This reply was modified 7 years, 1 month ago by Itamare.
September 17, 2017 at 09:34 in reply to: VisualGDB Error when creating project – System.InvalidCastException #12412ItamareParticipantHi.
Thanks for the reply, just too many issues with comping the script under VisualGDB, few more issues:
I am trying to compile and debug a custom board with F446RE on it, using the debugger(ST-LINK) from the Nucleo 446RE, this method absolutely works using SystemWorkbench – code runs perfectly.
I regenerate the code using CubeMX under GPDSC toolchain/IDE, import to visualGDB – get an error, openocd does not recognize my custom board with 446RE. Is there anything to do with it?
Thanks.
- This reply was modified 7 years, 1 month ago by Itamare.
September 14, 2017 at 11:26 in reply to: VisualGDB Error when creating project – System.InvalidCastException #12384ItamareParticipant -
AuthorPosts