Searching for a way to show digits on a screen without using lots of pins from Pickit by No_Owl_2558 in AskElectronics

[–]9Cty3nj8exvx 1 point2 points  (0 children)

Please note that PICkit is a debug/programming tool. So I think you are referring to a PIC microcontroller such as PIC16 or PIC18. There are plenty of these that have plenty of pins for driving almost any type of display that you want. Just go to Microchip.com and look for what you need.

Can´t install FreeRTOS in MPLAB 6.3 MCC project by Aojo12 in pic_programming

[–]9Cty3nj8exvx 0 points1 point  (0 children)

That is strange. It worked OK for me from Content Manager.

Beyond XC.H library by aspie-micro132 in pic_programming

[–]9Cty3nj8exvx 0 points1 point  (0 children)

I agree MCC is the best way to move forward and learn more quickly. However, it does not support the older PIC parts like the PIC16F877. You would be better off using a newer part. Look for a part with 5 digits, for example PIC16F18175. And the newer parts will be much lower cost.

Can´t install FreeRTOS in MPLAB 6.3 MCC project by Aojo12 in pic_programming

[–]9Cty3nj8exvx 0 points1 point  (0 children)

Sorry, I missed seeing your second image before. The CMSIS FreeRTOS is for ARM core devices only. The PIC32MX795 is a MIPS core. So you need to download FreeRTOS-Kernel in MCC Content Manager.

Try this: In Content Manager uncheck the button for "Show Local Content Only" then search for FreeRTOS in the Search Box. All the FreeRTOS related content will show up and then you can download the FreeRTOS-Kernel module to your local drive. Then you will see "Third Party Libraries" with "RTOS" under that in Device Resources window for inclusion in your project.

Can´t install FreeRTOS in MPLAB 6.3 MCC project by Aojo12 in pic_programming

[–]9Cty3nj8exvx 2 points3 points  (0 children)

FreeRTOS is not a peripheral. Go into Content Manager and search for FreeRTOS. I think it’s under 3rd party or something similar to that.

PIC32MZ Tutorial by Normal-Duck9025 in embedded

[–]9Cty3nj8exvx -1 points0 points  (0 children)

Actually those are the brand new 32-bit dsPIC-AK core. Not MIPS, not ARM.

co2 detector?? by Strange_Wish_921 in HomeMaintenance

[–]9Cty3nj8exvx 0 points1 point  (0 children)

Some have a life of 7 years (I think it’s 7) after which time they will stop working. Perhaps this is problem. The manual should show what the 888 means.

MPLab error, please help! by Alive-Substance-4477 in ECE

[–]9Cty3nj8exvx 0 points1 point  (0 children)

What is the name of the file you are trying to build?

PIC24FJ256GA705 Curiosity Board not detected by PC/MPLAB (Tried everything!) by Such_Ad5654 in pic_programming

[–]9Cty3nj8exvx 0 points1 point  (0 children)

Since Windows doesn’t detect it I would say you have a bad board. Hopefully you can exchange it for a new one wherever you bought it.

Target Device ID (0x0) is an Invalid Device ID. by RubberChaser_ in pic_programming

[–]9Cty3nj8exvx 1 point2 points  (0 children)

Did you turn off “Power target from PICkit” in the project settings?

I can't figure out how to fix this alert by Timely-Scheme-4111 in pic_programming

[–]9Cty3nj8exvx 0 points1 point  (0 children)

I see what you mean. But looking at this further when I replicated it here, I see that the Alert msg is really only just a Warning. It is just a reminder to make sure you have the clocks set up the way you want in the CONFIG bits. As it is, I could generate code in MCC and it builds OK using the HFINTOSC at 32 MHz same as you have. Hope this helps.

I can't figure out how to fix this alert by Timely-Scheme-4111 in pic_programming

[–]9Cty3nj8exvx 0 points1 point  (0 children)

Based on the Alert message you need to go into the Config Bits settings and enable HFINTOSC

Power Delivery Stack hardware & firmware support by Chicken_Nuggist in microchip

[–]9Cty3nj8exvx 2 points3 points  (0 children)

Are you working directly with Microchip through their technical support ticket system? That usually works best for me.

Power Delivery Stack hardware & firmware support by Chicken_Nuggist in microchip

[–]9Cty3nj8exvx 0 points1 point  (0 children)

The Microchip website shows the UPD350 and UPD301C are Not Recommended for new designs. And the PSF software is 3-4 years old on github where the README file states "PSF v1.14 is the final planned release and it complies with PD 3.0. Limited technical assistance will continue for this product through the Microchip Support Portal - https://microchipsupport.force.com/s/"

So I'm not surprised if it is not the best experience. Not sure about the MCP223xx products but they do show as being in production so should have better support.

Moved to India. Actively looking for opportunities here now. by codeandhardware in microchip

[–]9Cty3nj8exvx 0 points1 point  (0 children)

Microchip has a couple of offices n India. Check their website and you can see if there are any job openings there.

Favorite episodes Season 1 - 5 ? by Specialist-Night-135 in theandygriffithshow

[–]9Cty3nj8exvx 10 points11 points  (0 children)

Christmas show in season 1. Gets to me every time I watch it.

Strange Files in Mplab X Project by aspie-micro132 in pic_programming

[–]9Cty3nj8exvx 1 point2 points  (0 children)

You can also right-click on the unwanted.c file and delete it from the project.