Processor Expert Component not Showing Up?

In case you are desperately looking a component in the components library view, but somehow it does not show up? For example I know there is component ‘InterruptVector’, but it is not present in the Components library view?

Where is the InterruptVector Component

Where is the InterruptVector Component

If a component just has been imported using the menu Processor Expert > Import Components, then a Refresh might help:

Refresh of Components Context Menu

Refresh of Components Context Menu

If not, then it is probably the ‘filter bug’ of Processor Expert: by default, the Components view filters on the selected project:

Filter on for project

Filter on for project

That’s useful, as some components are not available for every microcontroller architecture. However, that filter obviously is wrong in some cases, and filters components which *are* available for a given microcontroller. That’s why I always have filtering disabled, and voilà:

Filter disabled and component shows up

Filter disabled and component shows up

There are probably several components affected by this bug. I’m at least aware of the following:

If you are aware of more components affected, post a comment and I extend the list 🙂

Happy Un-Filtering 🙂

13 thoughts on “Processor Expert Component not Showing Up?

  1. Pingback: Tutorial: Using a Terminal Input and Output; *without* printf() and scanf() | MCU on Eclipse

  2. In the tutorial: “Creating a Processor Expert Component for an Accelerometer”, when I wanted to ‘Inherit Component’ there was not “GenericI2C”. Any suggestion?

    Thank you in advance!

    Like

    • Good questions! I confirm that the ‘Term’ component does not show up in my Eclipse Kepler with Driver Suite 10.3. I have no idea why, maybe they just missed to add it somehow?

      Like

    • Good questions! I confirm that the ‘Term’ component does not show up in my Eclipse Kepler with Driver Suite 10.3. I have no idea why, maybe they just missed to add it somehow?

      Like

        • No, that’s not possible. But have you seen my ‘Shell’ component. Since I have developed this one, I have not used the ‘Term’ component any more. It started as ‘FSShell’ (File System Shell), but is now maintained as ‘Shell’ which provides a command line interface, printing/reading from a terminal, and supports USB CDC, normal serial (UART) and Bluetooth connections. If there is anything you miss from the Term component, let me know, and that should be easy to add. I have not used all the special control codes (color text, etc), but again: I’m open to add that if somebody wants to use it 🙂

          Like

        • Yes, I just tested this ‘Shell’ component and is really useful and it works great in Eclipse! Now, I do not use more functionality of them, because I just begin to play with Kinetis L MCU’s, but in future, I plan use it with more functionality 🙂

          Like

  3. It looks like this issue has carried over into Kinetis Studio, too. Unable to see term even with filtering disabled. Swapped over to latest version of Codewarrior, term still invisible when filtering enabled, but shows when filtering disabled.

    Like

    • The problem is a different one: somehow the Term component is not present in Kinetis Design Studio. I have filed a issue ticket on this, and I think the response back that time was that the next version should have it included.

      Like

What do you think?

This site uses Akismet to reduce spam. Learn how your comment data is processed.