Search found 94 matches

by LJStefan
21 Jan 2017 10:22
Forum: PIC32 Compilers General
Topic: Most desired upgrades and enhancements for MikroE compilers
Replies: 139
Views: 3219536

Re: Most desired upgrades and enhancements for MikroE compil

Hi everyone, I just wanted to let you know that we removed two items from the poll list: I2C timeout and advanced ADC initialization. Those two were implemented in the latest versions of PIC compilers. I2C timeout will also be featured in other new releases as well. Keep on voting and adding featur...
by LJStefan
24 Nov 2016 21:44
Forum: mikroPascal PRO for ARM General
Topic: fsmc driver for ARM Pascal (stm32f4)
Replies: 35
Views: 31571

Re: fsmc driver for ARM Pascal (stm32f4)

Hello DanilinS, With sfr you get no error at compiling... But i dont know if it's working. program MyProject; var LCD_REG : byte; absolute 0x60000000 ; sfr; LCD_RAM : byte; absolute 0x60020000;sfr; begin { Main program } LCD_REG := 0; LCD_RAM := 0; end. Do you like to share your other code? Regards,...
by LJStefan
13 Sep 2016 17:57
Forum: PIC32 Compilers General
Topic: Most desired upgrades and enhancements for MikroE compilers
Replies: 139
Views: 3219536

Re: Most desired upgrades and enhancements for MikroE compil

Hi ME-Team,

FSMC lib for ARM-Pascal would be also good on the list...

Best regards,
Stefan
by LJStefan
12 Jun 2016 08:22
Forum: mikroPascal PRO for ARM General
Topic: Wrong clock configuration for PLLn (STM32F746ZG)
Replies: 4
Views: 7264

Re: Wrong clock configuration for PLLn (STM32F746ZG)

Hello Uros,
It is fixed now.
In STM32CubeMX there was a wrong HSI value of 8 Mhz.
But in real it is 16Mhz.
With my shl fault i have made a division by 2....
STM32F746ZG.JPG
STM32F746ZG.JPG (81.65 KiB) Viewed 4808 times
Best regards
Stefan
by LJStefan
11 Jun 2016 16:01
Forum: mikroPascal PRO for ARM General
Topic: Wrong clock configuration for PLLn (STM32F746ZG)
Replies: 4
Views: 7264

Re: Wrong clock configuration for PLLn (STM32F746ZG)

Hello Uros,

You are right.
it must be shifted 6 times not 5.
But the settings outside 50 to 432 are not valid.

Can you share the scheme for 216 Mhz and STM32F746ZG ?

Best regards,
Stefan
by LJStefan
09 Jun 2016 20:40
Forum: Libstock Discussion
Topic: Ethernet package
Replies: 1
Views: 8963

Ethernet package

Hi Mikroe Team,

Is it possible to support also internal ethernet of the STM32F7 Family in your lib?
http://libstock.mikroe.com/projects/vie ... et-library

Best regards and thanks in advance,
Stefan
by LJStefan
09 Jun 2016 19:59
Forum: mikroPascal PRO for ARM General
Topic: Wrong clock configuration for PLLn (STM32F746ZG)
Replies: 4
Views: 7264

Wrong clock configuration for PLLn (STM32F746ZG)

Hi Mikroe Team, The setup for PLLn is wrong! Possible Settings (from Datasheet DocID026670 Rev 5 / Page 143) are 50 to 432. Every other setting is wrong! In Mikropascal for ARM V4.7.4 you can set the PLLn from 0 to 511. But also the values from 50 to 432 are not useable. as example: PLLn = 216 means...
by LJStefan
09 Mar 2016 16:45
Forum: Website & Forums Wishlist
Topic: Click Board product list on new Homepage
Replies: 1
Views: 4809

Click Board product list on new Homepage

Hello Mikroe Team,

The new design of your Hompage is very nice.
But since this i am no longer able to view the click boards.
I have tried this on Firefox and Chrome on different computers but i allways get the same:
Firefox.JPG
Firefox.JPG (57.94 KiB) Viewed 4808 times
Best regards,
Stefan
by LJStefan
18 Jul 2015 11:14
Forum: mikroPascal PRO for ARM General
Topic: Problem with direct bit access in an Array
Replies: 5
Views: 3451

Re: Problem with direct bit access in an Array

Hi Aleksandar,

Attached you can find a small project.
On this you can see the problem.

- I have not tried this on a older Version of compiler.

Best regards,
Stefan
by LJStefan
10 Jul 2015 07:14
Forum: mikroPascal PRO for ARM General
Topic: Problem with direct bit access in an Array
Replies: 5
Views: 3451

Problem with direct bit access in an Array

Hello Mikroe-Team, I have a problem with direct bit access in an Byte array: program MyProject; { Declarations section } var nTempData : array[0..4] of integer; nrhData : array[0..4] of integer; sText1 : string[50]; (******************************************************************************) pro...
by LJStefan
24 Jun 2015 06:46
Forum: mikroProg™ programmer and debugger
Topic: Mikroprog for STM32
Replies: 3
Views: 2834

Re: Mikroprog for STM32

Hi Aleksandar,

Can you please try to add also the stm32f0xx series?

Best regards,
Stefan
by LJStefan
26 May 2015 15:52
Forum: mikroProg™ programmer and debugger
Topic: Mikroprog for STM32
Replies: 3
Views: 2834

Mikroprog for STM32

Hi Mikroe Team,

Please can you make the same mcu support for the mikroprog like mikropascal pro for arm.
Ill miss the stm32f411RET6 :( ...

Thanks in advance and best regards,
Stefan
by LJStefan
01 Mar 2015 21:29
Forum: mikroPascal PRO for ARM General
Topic: STM32F103C8 HID...have finished
Replies: 11
Views: 5457

Re: STM32F103C8 HID...have finished

Hello Peter,

I have now tested your Unit and everything works perfect ! :D
The only little problem is, when i reload the programm of the stm32 i have to replug the device from usb Port.
Otherwise it will not work.

Do you have any idea for this?

Best regards,
Stefan
by LJStefan
23 Feb 2015 18:04
Forum: mikroPascal PRO for ARM General
Topic: STM32F103C8 HID...have finished
Replies: 11
Views: 5457

Re: STM32F103C8 HID...have finished

Hello Peter,

Thank you... :D :D :D :D :D :D

Now i now, that everything of my Hardware is working.
Only the SW will not work.

Would you like to share this project?

Best regards,
Stefan
by LJStefan
08 Feb 2015 10:02
Forum: mikroPascal PRO for ARM General
Topic: STM32F103C8T6 USB HID
Replies: 18
Views: 21627

Re: STM32F103C8T6 USB HID

Hi Peter, Sorry for my late reply... No, i have no solution found for this problem. I think ME supports only integrated USB Full-Speed modules. But on the STM32F103 is only a USB High-Speed module integerated and there are many different registers to Full-Speed. Did you find any solution for this? B...

Go to advanced search