Search found 78 matches

by kentar
04 Dec 2022 08:43
Forum: mikroPascal PRO for PIC General
Topic: 4k monitor support for mikroe compilers ?
Replies: 1
Views: 1062

4k monitor support for mikroe compilers ?

Hello.
I installed mikropascal in windows 10 pc with 4k resolution monitor
Some dialogues like project settings dialogue is useless .
Is there a solution to this problem?
by kentar
19 Nov 2021 17:54
Forum: mikroPascal PRO for ARM General
Topic: SPI Remap in def file
Replies: 3
Views: 1261

Re: SPI Remap in def file

Ok ,Thanks Filip
by kentar
18 Nov 2021 12:39
Forum: mikroPascal PRO for ARM General
Topic: SPI Remap in def file
Replies: 3
Views: 1261

SPI Remap in def file

Hello . I use Mikroe MCUCard with STM32F407vgt6 MCU in my application. In this card I use this structure for my SPI1 module _GPIO_MODULE_SPI1_PA56_PB5 : Module_Struct = ( (__SPI1_SCK_PA5, __SPI1_MISO_PA6, __SPI1_MOSI_Pb5, 0xFFFFFFFF), (__SPI_CONFIG, __SPI_CONFIG, __SPI_CONFIG, 0xFFFFFFFF) ); Unfortu...
by kentar
07 Nov 2021 11:44
Forum: mikroC PRO for ARM General
Topic: Stm32 software reset command
Replies: 2
Views: 1054

Re: Stm32 software reset command

Ok thanks !
by kentar
07 Nov 2021 10:38
Forum: mikroC PRO for ARM General
Topic: Stm32 software reset command
Replies: 2
Views: 1054

Stm32 software reset command

Hi
How i reset stm32f107 or stm32f407 from my code .
Is there any example ?
by kentar
04 Nov 2021 16:17
Forum: mikroPascal PRO for PIC General
Topic: Port Expander library , Single bit reading
Replies: 1
Views: 1135

Port Expander library , Single bit reading

In Port_expander library I can read PortA and (or) PortB as byte

function Expander_Read_Byte(ModuleAddress, RegAddress : byte) : byte;

How can I read an individual pin , for example PortA.7 ?
by kentar
26 Feb 2021 20:41
Forum: mikroPascal PRO for ARM General
Topic: Port Expander Library issue ?
Replies: 1
Views: 1310

Port Expander Library issue ?

Hi all. At July 2018 made a project with STM32F407VGT6 and I used Mikropascal 6.0 . In my code i used 5 Port Expanders MCP23S17 SPI . Eyerything worked fine. I had to make some modifications in Graphical Interface (FT800) and I recompiled the code with version 6.1 and 6.2 Port expanders are on other...
by kentar
22 Apr 2020 15:13
Forum: mikroPascal PRO for PIC General
Topic: PIC18f47k42 uart interrupt example?
Replies: 5
Views: 2591

Re: PIC18f47k42 uart interrupt example?

A great THANK YOU Jovana for your help.
Everything works ok now
by kentar
21 Apr 2020 17:22
Forum: mikroPascal PRO for PIC General
Topic: PIC18f47k42 uart interrupt example?
Replies: 5
Views: 2591

Re: PIC18f47k42 uart interrupt example?

Thank you Jovana.
Your project works.
I am trying to convert it to MikroPascal but i get the error below.
47k42_u1_isr.zip
(20.33 KiB) Downloaded 95 times
URXINTERROR.jpg
URXINTERROR.jpg (212.84 KiB) Viewed 2563 times
by kentar
20 Apr 2020 10:25
Forum: mikroPascal PRO for PIC General
Topic: PIC18f47k42 uart interrupt example?
Replies: 5
Views: 2591

PIC18f47k42 uart interrupt example?

In then examples of easypic 8 there is one with uart.
Is there any simple example using UART interrupt routine ?
by kentar
11 Jul 2018 04:42
Forum: Visual TFT General
Topic: Ir remote Access to Onclick events
Replies: 2
Views: 1354

Re: Ir remote Access to Onclick events

Hi hexreader .
Project is in Mikropascal but I understand your example.
I didnt know that i could call onclick event functions from main program.
Thank you for your help.
by kentar
09 Jul 2018 19:32
Forum: Visual TFT General
Topic: Ir remote Access to Onclick events
Replies: 2
Views: 1354

Ir remote Access to Onclick events

Hi all . I have finished a vtft project for stm32 . It is only one screen and some buttons. I want to add ir remote control commands via a nec protocol telecontrol. In main loop i get Ir remote commands . IR is working fine . I want to link ir command to an onclick event of a button. How i can do it ?
by kentar
23 Feb 2018 11:47
Forum: mikroPascal PRO for ARM General
Topic: GPIO_Alternate_Function_Enable and jtag pins
Replies: 3
Views: 2118

GPIO_Alternate_Function_Enable and jtag pins

If i want to use pb3 , pb4 pins i can use a command similar to
GPIO_Alternate_Function_Enable(&_GPIO_MODULE_SWJ_JTAGDISABLE);
of mikroc .

Is there this declaration in Mikropascal ?
by kentar
21 Feb 2018 21:20
Forum: mikroProg™ programmer and debugger
Topic: mikroProg v1.50 does´t work
Replies: 14
Views: 12327

Re: mikroProg v1.50 does´t work

Hi, in Options, try changing through all hardware, select in order ICDI, Jlink etc, and then go back to STLink. That should solve the issue. Regards, Danilo I have the same problem with mikroprog 1.60 easymx pro v. 7 In options i change from jtag to swd and back jtag and works . I hope you will fix...
by kentar
19 Feb 2018 19:41
Forum: Visual TFT General
Topic: Visual tft ft813 image show problem
Replies: 57
Views: 21776

Re: Visual tft ft813 image show problem

What i expect and what i get.
Project attached.

Go to advanced search