Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Yes I do have a helper function. Two scenarios achieved: with (proves setup is right) and without tasks names. If you have no answer, let's just leave it for troubleshooting

  • We have made a workaround involving debugger, steps as follows: - Stop system view record and debugger - Run debugger, stop it at random moment couple of seconds after startup - Exit debug session - Run system view record If any of those steps is missed - you will not get correct task names. Even though we made it work, can I get any comments why such process make it work?

  • Hi! I am developing a project with custom lightweight RTOS on NXP S32K118 (ARM M0+). I followed guide on web - noOS/noOS_tasked. Systemview ran almost perfectly - I see all the activity, but I am missing task names, which are crucial for my analysis. On TaskSendInfo I pass all the tasks' names. This is export data from two random tasks. Name is completely different from what I passed to TaskSendInfo, whatsmore the "address" shown here is non existent in MCU memory. Name,Activations,CPU Load,Last…