Search found 18 matches

by martgg
07 Apr 2022 08:51
Forum: Development Boards
Topic: USB for STM32F407ZGT6 development board?
Replies: 0
Views: 471

USB for STM32F407ZGT6 development board?

Hi.
I bought a mikromedia Plus for STM32F407ZGT6 development board.
Is there an example USB program for this development board?
For example, displaying SD card files on a computer when a USB cable is connected

Best regards, Gennadiy.
by martgg
16 Jan 2019 16:05
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Hi Stefan.

What LSD is used in your example for Atmega128: Riverdi Click, this display, and mikroBoard for AVR 64-pin.
If LCD RVT4.3BCFWN00, it's strange!
Your screen displays, but mine does not.
I changed only pins.

Kind regards, Gennadiy.
by martgg
15 Jan 2019 17:07
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Hi Stefan. Thanks for the help. This help is in the FT800 library. Need a description on the function. How to check the controller after initialization? Is the controller ready for operation? Is the REG ID value 7С? For example in C: chipid = Ft_Gpu_Hal_Rd8(phost, 0x102400); while(chipid != 0x7C) {c...
by martgg
11 Jan 2019 16:45
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Do you have a general guide to working with the LCD on FT800 using the FT800 library?
by martgg
11 Jan 2019 16:29
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Hi Stefan.

Thank.
This is the complete answer.

Do you have a general guide to working with the LCD on FT800 using the FT800 library?


Kind regards, Gennadiy.
by martgg
11 Jan 2019 15:38
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Who worked with the LCD on FT800 before creating the VisualTFT?
by martgg
09 Jan 2019 11:44
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Hi Stefan! I use: 5V board with a Atmega128 + 74HC125 level converter + Riverdi Break Out Board 20 + LCD RVT4.3BCFWN00. I don't have a VisualTFT. Corrected your example: // TFT module connections var FT800_RST: sbit at PORTB6_bit; // Power Down Signal (PD), Active Low var FT800_RST_Direction: sbit a...
by martgg
03 Jan 2019 16:04
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Happy New Year 2019!

Thanks for the example.
I'll look after January 9

Kind regards, Gennadiy.
by martgg
27 Dec 2018 08:13
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

Re: LCD Riverdi with FT800 + ATmega128 ???

Hi, LCD Riverdi: RVT4.3BCFWN00, but the controller FT800 . Why is the model here? Input signals LCD Riverdi: • SPI: — mosi, miso, sck, ss (only SPI mode 0 is supported); • intr — interrupt Signal (Output signal LCD), Active Low, Internally 47k Pull UP (usually not used); • pd — power Down Signal, Ac...
by martgg
25 Dec 2018 16:17
Forum: mikroPascal PRO for AVR General
Topic: LCD Riverdi with FT800 + ATmega128 ???
Replies: 17
Views: 6408

LCD Riverdi with FT800 + ATmega128 ???

Help me, please, simple example !!!

Many topics, but the working example did not find.
by martgg
06 Jul 2018 16:03
Forum: mikroPascal PRO for AVR General
Topic: Fail compilation?
Replies: 6
Views: 2955

Re: Fail compilation?

After compilation, the work program became a non-working program.
The stack does not help.
Here the whole project: bi.rar
by martgg
22 Jun 2018 10:15
Forum: mikroPascal PRO for AVR General
Topic: Fail compilation?
Replies: 6
Views: 2955

Re: Fail compilation?

Hi, Filip.

Now it did not help: I tried various options for a long time.
As again I made the program working - I do not remember.
Yes, here's an example: Line 1822: // for j:=1 to 6 do

Now the program is working.
Here the whole project: rr.rar
by martgg
22 Jun 2018 06:44
Forum: mikroPascal PRO for AVR General
Topic: Fail compilation?
Replies: 6
Views: 2955

Re: Fail compilation?

Small project - no problem. Big - sometimes a problem. The last time the procedure was added and 'for' stopped working. And 'for' in the working part of the program. Solved the problem like this: added SPH := 0x0F; // Set stack pointer to top of RAM SPL := 0xE0; If again a problem, I clean SPH := 0x...
by martgg
12 Jun 2018 12:15
Forum: mikroPascal PRO for AVR General
Topic: Fail compilation?
Replies: 6
Views: 2955

Re: Fail compilation?

There is a limit on the number of 'for'-operators?
by martgg
11 Jun 2018 13:58
Forum: mikroPascal PRO for AVR General
Topic: Fail compilation?
Replies: 6
Views: 2955

Fail compilation?

MikroPascal PRO for AVR version 6.1.2 ATmega128 Program consists of different subroutines. Subroutines are called by symbols/ Next 'for' does not work!!! procedure Buf_string; var i :byte; begin FileName := ''; UART2_Write_Text('Buf_string'); // tst UART2_Write(13);UART2_Write(10); // tst for i:=8 t...

Go to advanced search