We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2014/06/09 03:22:51 PM CEST
hi everybody
i need code for driving servor motor (5v) using pic 18f45k22 at 8MHz at low frequency (50 Hz) and PWM is not support low frequency any help is appreciated
thanks for all
posted on 2014/05/20 06:47:49 AM CEST
I am using mikromedia for pic32 development board. I want to save a data in Internal flash memory permanently during the runtime so it can be used even when board will restart.
I also want to fetch this data during runtime when required
Hence i require a code for writing data in internal flash memory and reading it later on. writing the data is storage of data in EEPROM
posted on 2014/05/17 12:55:25 PM CEST
Is there anyone that could help me to make an Audio Class Usb project for Pic18f4550/2550? What i need is a library OR a helping .mpas / .h file and an example of descriptor!
Thank you very very much in advance!
posted on 2014/05/17 07:14:59 AM CEST
Hi Guys!
Has anyone of you created a working bootloader for PIC18F66K22?
I have used the bootloader example in MicroC found in this directory C:\Users\ysa\Documents\Mikroelektronika\mikroC PRO for PIC\Examples\Other\Bootloader\P18\064K\Boot_Loader.mcppi.
I edited the part for setting up the baud rate from Susart_Init(51); // Init USART at 9600 to Susart_Init(77); // Init USART at 9600 so that it will be at 9600 baud rate for a clock of 12MHz (I am using 12Mhz external RC clock with no prescaler).
I also edited the project setting to use PIC18F66K22 and 12Mhz clock, recompiled and loaded the hex file on the MCU.
But it does not work. The PIC does not connect to the MikroBootloader app. It always show "Disconnected".
posted on 2014/04/17 10:31:30 AM CEST
Hi all,
I am having some trouble getting the GSM2 Click working on my EasyPIC v7 for dsPIC30 board. I'm using a dsPIC30F4013 chip.
Hopefully in the next few days I can go over every last detail of the current program and datasheets to see what is wrong. However I would really appreciate any code for the GSM2 click on my board in the mean time.
Thanks in advance.