Search found 53 matches

by astram
22 Mar 2013 16:17
Forum: mikroPascal PRO for AVR General
Topic: Many thnx for USB host library BUT...
Replies: 3
Views: 2450

Many thnx for USB host library BUT...

Hi ME team :D Many thanks for this USB host library, but there is an open file since years regarding USB: "Where are the libraries suitable to use USB with MPascal on USB-enabled AVR" ? I asked for years (yes, for years...) a support in MPascal for native USB that are enabled in AVR "StartUSB" cards...
by astram
08 Sep 2012 20:21
Forum: mikroPascal PRO for AVR General
Topic: Weird TCP/IP behaviour with Ethernet2 SPI board.
Replies: 1
Views: 1685

Weird TCP/IP behaviour with Ethernet2 SPI board.

Hi ME team. I'm experiencing a strange problem with Ethernet2 SPI board. Compiler: MikroPascalPro 5.60 MCU: ATMega16@16MHz Board: Ethernet2 SPI The setup respond perfectely when accessed from its local network: Board: 192.168.15.60/24 Gateway: 192.168.15.1 PC Browser: 192.168.15.120/24 But when the ...
by astram
14 Jun 2012 09:11
Forum: mikroPascal PRO for AVR General
Topic: Still no USB support in mikropascal for USB enabled MCU !!!
Replies: 2
Views: 2013

Re: Still no USB support in mikropascal for USB enabled MCU

Hi ME team.

Is there any improvment in this subject ?

Still no Mikro Pascal Pro USB library to use embedded USB on AVR USB-enabled MCU's ?

Regards.
by astram
14 Jun 2012 09:07
Forum: Development Boards Wishlist
Topic: 8 optocoupler board!
Replies: 3
Views: 3314

Re: 8 optocoupler board!

Hello dejan.odabasic Are you a specialist of "Ctrl-C / Ctrl-V" (Cut&Paste) ? Are you a basic webot ? You post the same non-significant answer to all non-answered ME requests, this is meaningless :? If we take care to ask for reasonable things, this is not to receive such an answer that clearly says ...
by astram
14 Jun 2012 09:06
Forum: Development Boards Wishlist
Topic: AVR industrial board with XMEGA instead of ATMEGA.
Replies: 3
Views: 3281

Re: AVR industrial board with XMEGA instead of ATMEGA.

Hello dejan.odabasic Are you a specialist of "Ctrl-C / Ctrl-V" (Cut&Paste) ? Are you a basic webot ? You post the same non-significant answer to all non-answered ME requests, this is meaningless :? If we take care to ask for reasonable things, this is not to receive such an answer that clearly says ...
by astram
09 Jun 2012 11:44
Forum: Development Boards Wishlist
Topic: AVR industrial board with XMEGA instead of ATMEGA.
Replies: 3
Views: 3281

AVR industrial board with XMEGA instead of ATMEGA.

Hi ME team. Wish list: an XMEGA-based industrial dev board. The only existing one, with plenty of I/O, is limited by the 4 I/O ports of ATmega16! Very frustrating, impossible to drive all 16 relays AND read all inputs AND use embedded eth0 AND use serial, etc, etc... This board has a great potential...
by astram
08 Jun 2012 10:09
Forum: Development Boards Wishlist
Topic: 8 optocoupler board!
Replies: 3
Views: 3314

8 optocoupler board!

Hi all. For months I've suggested to add an opticoupled Input board to accessory boards. There are output boards in ME catalog (Relay, steppers) but no input to securely sense real world! I'm obliged to buy them at other companies, this is a lack! Please design a simple 8 input-optocoupled board, or...
by astram
26 Mar 2012 18:18
Forum: Development Boards
Topic: mikromedia for XMEGA bootloader slow
Replies: 10
Views: 3473

Re: mikromedia for XMEGA bootloader slow

Hello All. I've also experienced this awfully slow bootloader on Xmega boards. This is really a pain in the ..s while this board is really a very good one. I found the definitive answer to this issue, and it works like a charm: http://store.atmel.com/PartDetail.aspx?q=p:10500054 Sorry ME team :-) Re...
by astram
16 Mar 2012 11:05
Forum: mikroPascal PRO for AVR General
Topic: Still no USB support in mikropascal for USB enabled MCU !!!
Replies: 2
Views: 2013

Still no USB support in mikropascal for USB enabled MCU !!!

Hi all. StartUSB board is USB enabled, it can be set up to behave as HID or CED upon program. But all examples at Atmel or on the net are in C or ASM :roll: I asked many month ago for a support in mikropascal libraries of native USB, since all code examples found everywhere cannot be used with mikro...
by astram
16 Mar 2012 10:55
Forum: mikroPascal PRO for AVR Wish List
Topic: StartUSB for AVR still TOTALLY useless with mikropascal !!!
Replies: 1
Views: 2734

StartUSB for AVR still TOTALLY useless with mikropascal !!!

Hi all. The USB part of the MCU featured in "StartUSB for AVR" is still totally ignored by mikropascal pro compiler. All tutorial or examples found on the net or at Atmel itself on usage of this MCU as HID or serialUSB are written in C or ASM, so that this board is totally useless with mikropascal. ...
by astram
16 Jan 2012 10:20
Forum: mikroPascal PRO for AVR General
Topic: Reset procedure in Mikro Pascal Pro ?
Replies: 5
Views: 3821

Re: Reset procedure in Mikro Pascal Pro ?

Hi Turbobrogger. This code only jumps to vector, it don't RESET the hardware issuing an electronic signal when something goes wrong. But this is the "B Plan" in case there is no result with a watchdog timer RST. ME: the example doesn't give the expected result maybe because the ATmini@AtMega328 feat...
by astram
13 Jan 2012 17:51
Forum: mikroPascal PRO for AVR General
Topic: Reset procedure in Mikro Pascal Pro ?
Replies: 5
Views: 3821

Re: Reset procedure in Mikro Pascal Pro ?

Code given doesn't work. With the "ret" opcode the card immediately stucks, but don't reboot. Without the "ret" opcode, the card waits fiew seconds, and then stucks but don't reboot. When I say it stucks, I can see that it doesn't shows any more any activity and my code is not executed: no more I/O ...
by astram
13 Jan 2012 15:14
Forum: mikroPascal PRO for AVR General
Topic: Reset procedure in Mikro Pascal Pro ?
Replies: 5
Views: 3821

Re: Reset procedure in Mikro Pascal Pro ?

Answer from tech support :mrgreen:

procedure InternalCorr_RST;
begin
asm
CLI
lds r16, WDTCSR
ori r16, 0x18
sts WDTCSR, r16
ldi r16, 0x29
sts WDTCSR, r16
ret
end;

This will be tested ASAP.

Regards.
by astram
13 Jan 2012 10:44
Forum: mikroPascal PRO for AVR Wish List
Topic: A RESET procedure for hot restart under program control.
Replies: 0
Views: 2569

A RESET procedure for hot restart under program control.

Hi all.

A "RESET" function to initiate a hot restart of the board under program control.

This is really missing, since every time this topic is opened in this forum (3 times...) there is NEVER any answer directely applicable...

Regards.
by astram
13 Jan 2012 10:34
Forum: mikroPascal PRO for AVR General
Topic: Reset procedure in Mikro Pascal Pro ?
Replies: 5
Views: 3821

Re: Reset procedure in Mikro Pascal Pro ?

Hi all :-)

Is there somebody still alive around there ?!?

No answer nor advice in support forum nor with ticket opened at support team...

Regards :mrgreen:

Go to advanced search