Libstock prefers package manager

Package Manager

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]

Sort By

USER REQUESTS

first | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 last
vrus blog
vrus

posted on 2012/03/18 08:50:15 AM CET

Audio & Speech

library USB 1.1 mikropascal for AVR

i request library USB 1.1 mikropascal for AVR like obdev

MYO THU REIN TUN
THU REIN

posted on 2012/03/18 06:44:01 AM CET

Audio & Speech

adc input For smartGlcd240x128 v1.5

Good evening,

Mr.Mikroelektronika

I would like to request for code of SmartGlcd 240x128 V1.5.
I have problem with code for analog input 0-5V to microcontroller and reading result displays on GLCD.

Thank a lot for helping me.
MYO THU REIN TUN.

Uwe Lorenz
Perth

posted on 2012/03/11 06:07:19 PM CET

Bootloaders

Problem "bootloader_pic32mx7_multimedia_v150"

Hallo mikroe-Team,

I suppose that this problem is released by the WDT. The time of the restart amounts 17min (Watchdog Timer Postscaler 1:1048576). In my application is switched off of the WDT.

viele Grüße
Uwe
u.lorenz@er-dresden.de

Uwe Lorenz
Perth

posted on 2012/03/07 08:33:30 AM CET

Bootloaders

Problem mit bootloader_pic32mx7_multimedia_v150

Hallo mikroe-Team,
if a programme is loaded with the Bootloader in the Multimediaboard PIC32 MX7, carries out the MCU after approx. 20min one Reset and the loaded programme restarts. What do I make wrong?

best regards

Uwe

abhi abhi
abhi

posted on 2012/03/07 07:28:50 AM CET

Communication

PWM and UART in mikroC PRO

hi
i tried following code for 18F2550 (20MHz) with default configataion at time of creating project

void main()
{
PORTB = 0; // Initialize PORTC
TRISB = 0; // Configure PORTC as output
PORTC = 0; // set PORTC to 0
TRISC = 128;
TRISA = 0xFF;
UART1_Init(9600); // Initialize UART module at 9600 bps
PWM1_Init(1000);
Delay_ms(100); // Wait for UART module to stabilize
while(1)
{
.
.
.
.
.
}

compiler gives an error at either PWM1_init or UART_init

it comlipe either PWM or UART at a time
individualy PWM and UART works as usual
but when i tried at as above it dose not work pleas help me
i guess it may be problem with configuration only but i could not found

first | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 last