mcu-debug / rtos-views

RTOS views for microcontrollers
MIT License
24 stars 11 forks source link

how to install #15

Closed venu942000 closed 1 year ago

venu942000 commented 1 year ago

iam working with stm32 micro controller and aslo iam using cortex debug but in your readme there is installation is given

please provide me any file for installation guide

haneefdm commented 1 year ago

Not sure what you mean. You install it from the VSCode marketplace or right from within VSCode extensions section where you manage all extensions. Like every other extension.

https://marketplace.visualstudio.com/items?itemName=mcu-debug.rtos-views

Also, if you install the latest version of Cortex-Debug, it will auto-install it for you ad this is a dependency.

Can you explain a bit more of what is going on?

haneefdm commented 1 year ago

Please close this issue if you are doing okay

venu942000 commented 1 year ago

iam new to vs code

iam using stm32f4 and i configure everything and work fine with cotex debug now i need to trace the rtos memory usage so i use rtos view .

when i start the debug , in xrtos tab the view is like ?????? no data is preview . can you understand my problem

venu942000 commented 1 year ago

i have installed rtos views directly on vs code

haneefdm commented 1 year ago

Nope, I don't understand. You have not said which RTOS -- every RTOS is totally different. We sometimes give you hints to say how to get more info. There are dozens of #defines for a given RTOS you have to enable to see all the info.

How about a screenshot (not your whole screen, just the RTOS panel part).

venu942000 commented 1 year ago

this happens when debugging the controller []() IMG-20230127-WA0007

haneefdm commented 1 year ago

Did you notice on the bottom instructions on getting the missing fields?

You disabled all that info in your FW.

haneefdm commented 1 year ago

You disable all that info in your FW.

venu942000 commented 1 year ago

You disable all that info in your FW.

is there any sample or example

haneefdm commented 1 year ago

Did you scroll down or make the window bigger? Instructions should be right there. Expand the hints. Also, read the FreeRTOS docs and header file for configuration.

image

If the hint is missing we have a different problem.

haneefdm commented 1 year ago

Click on that blue text. If you don't see the blue text at the bottom, then it is a problem with our view but the real issue is in your FW.

Let us know if you don't see the blue text. I am closing this.

venu942000 commented 1 year ago

sorry there is no hint is there . ok i will check my firmware but i dont see any hint in my window

haneefdm commented 1 year ago

Unless you can provide a test case where I can duplicate the issue, not much I can do. Here is what I see when info is missing. Of course you have to click on the Blue text to see the full text.

image