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 2012/03/18 08:50:15 AM CET
i request library USB 1.1 mikropascal for AVR like obdev
posted on 2012/03/18 06:44:01 AM CET
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.
posted on 2012/03/11 06:07:19 PM CET
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
posted on 2012/03/07 08:33:30 AM CET
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
posted on 2012/03/07 07:28:50 AM CET
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