Search found 27 matches

by alanp
02 Feb 2018 17:34
Forum: Visual TFT General
Topic: Riverdi Display 2.8" UXB
Replies: 1
Views: 1092

Riverdi Display 2.8" UXB

Hi all, I have a Riverdi 2.8" UXB display connected to my Easy FT90Xv7 dev board via a Riverdi click. I also have Visual TFT. I can't find any documentation for setting above display up in VisualTFT Can anybody please provide some pointers on configuring the above display in Visual TFT. Can someone ...
by alanp
27 Jun 2017 17:32
Forum: mikroC PRO for AVR General
Topic: Using 1wire library on XMega
Replies: 2
Views: 1944

Re: Using 1wire library on XMega

Yep, that works.


thank you Lana
by alanp
26 Jun 2017 17:25
Forum: mikroC PRO for AVR General
Topic: Using 1wire library on XMega
Replies: 2
Views: 1944

Using 1wire library on XMega

Hi Guys, Does anyone have experience using 1wire library with XMega devices? This might be a dumb question...... How does one specify the port? In examples (and what works for Mega devices) the OW_Read function would be: tmp = OW_read(&PORTB, 2) &PORTB is not valid on XMega device. It needs to be &P...
by alanp
24 Jun 2017 23:17
Forum: mikroC PRO for FT90x Beta Testing
Topic: Free RTOS on FT90X
Replies: 3
Views: 3894

Re: Free RTOS on FT90X

Hi Serge,

According to the FTDI site , FreeRTOS has already been ported to FT90x and is a part of the supported toolchain.
It would be great if Mikroe could include support in MikroC.
regards
Alan
by alanp
24 Jun 2017 19:01
Forum: mikroC PRO for FT90x Beta Testing
Topic: Free RTOS on FT90X
Replies: 3
Views: 3894

Free RTOS on FT90X

I love the Free RTOS support on ARM.

Any chance of doing it on FT90x???

thanks

Alan
by alanp
22 Jun 2016 21:57
Forum: mikroC PRO for AVR General
Topic: Still no support for ATMega328pb in MikroC
Replies: 3
Views: 3704

Re: Still no support for ATMega328pb in MikroC

I am waiting for this too. The ATMega328pb offers some great improvements over the 328p.

Even CodeVision has released an update which supports it!!
Can you please supply a date for support otherwise will have to use CVAVR.
by alanp
23 Apr 2016 19:16
Forum: Library Development Discussion
Topic: SSL/TLS
Replies: 1
Views: 4534

SSL/TLS

Hi Guys,

Do you have plans to provide SSL/TLS libraries for 32 bit processors any time soon?

thanks
by alanp
04 Dec 2015 13:17
Forum: mikroC PRO for FT90x Wish List
Topic: MicroC Pro FT90X library documentation unsatisfactory
Replies: 6
Views: 5597

Re: MicroC Pro FT90X library documentation unsatisfactory

Hi Aleksandar,

I am using the onboard Ethernet Connector on EasyFT90x
by alanp
02 Dec 2015 14:27
Forum: mikroC PRO for FT90x Wish List
Topic: MicroC Pro FT90X library documentation unsatisfactory
Replies: 6
Views: 5597

Re: MicroC Pro FT90X library documentation unsatisfactory

There is also a bug in the PWM Click for Micro C Pro - FT90X in the PWM Click.c file You have sbit PCA9685_EN at GPIO_PORT_00_07.B0; after finding the sample code and board did not work out of the box I checked schematics should be sbit PCA9685_EN at GPIO_PORT_00_07.B1; now working fine. I like you ...
by alanp
30 Nov 2015 14:14
Forum: mikroC PRO for FT90x Wish List
Topic: MicroC Pro FT90X library documentation unsatisfactory
Replies: 6
Views: 5597

Re: MicroC Pro FT90X library documentation unsatisfactory

Hi Aleksander, To begin Which library should I be using..... the Ethernet internal library that comes with compiler using commands like Ethernet_Intern_Init or the library on Libstock which I found tonight by accident using commands like Net_Ethernet_Intern_Init ?? I had some success with the former...
by alanp
30 Nov 2015 02:39
Forum: mikroC PRO for FT90x Wish List
Topic: MicroC Pro FT90X library documentation unsatisfactory
Replies: 0
Views: 4022

MicroC Pro FT90X library documentation unsatisfactory

Hi Can you PLEASE, PLEASE ,PLEASE clean up the library documentation, especially that which pertains to internal ethernet library. Help files seem to be lifted straight from ARM compiler and refer to functions such as Putbyte that don't exist in this compiler. Many return values are also wrong. I ha...
by alanp
30 Nov 2015 02:39
Forum: mikroC PRO for FT90x Wish List
Topic: MicroC Pro FT90X library documentation unsatisfactory
Replies: 6
Views: 5597

MicroC Pro FT90X library documentation unsatisfactory

Hi Can you PLEASE, PLEASE ,PLEASE clean up the library documentation, especially that which pertains to internal ethernet library. Help files seem to be lifted straight from ARM compiler and refer to functions such as Putbyte that don't exist in this compiler. Many return values are also wrong. I ha...
by alanp
08 Nov 2015 16:25
Forum: mikroC PRO for FT90x General
Topic: Internal Ethernet Library - DHCP
Replies: 3
Views: 4158

Re: Internal Ethernet Library - DHCP

Hi I fixed the timer by enabling interrupts :oops: DHCP is now delivering Ip address and unit is now pingable. However I am unable to fetch IP address using Ethernet_Intern_getIPAddress function. I am trying to write the IP address to console using UART1_Write but it is delivering 00s. The debugger ...
by alanp
04 Nov 2015 05:43
Forum: mikroC PRO for FT90x General
Topic: Internal Ethernet Library - DHCP
Replies: 3
Views: 4158

Internal Ethernet Library - DHCP

HI, I am having trouble with using DHCP in Int ethernet lib I have set the mac address as 00:14:A5:74:19:3f and an IP address of 0.0.0.0. I am calling Ethernet_Intern_Init(myMacAddr, myIpAddr, _ETHERNET_CFG_SPD100 | _ETHERNET_CFG_FULLDUPLEX); where myMacAddr and myIPAddr equate to above. Ethernet_In...
by alanp
24 Oct 2015 15:19
Forum: Product Announcements
Topic: New compilers and development boards: introducing the FT90x
Replies: 6
Views: 93052

Re: New compilers and development boards: introducing the FT

Hi Does the FT90x v7 development board ship with an MCU module that supports the onboard ethernet adapter? Are the ethernet drivers and examples in the Basic compiler the correct ones for the onboard ethernet or are they for the old 28J60 Clik boards? In short: I want to use this board to develop an...

Go to advanced search