Page 1 of 1

GIGADEVICE support

Posted: 29 Jul 2022 07:59
by qwepoi
Any plans to add support for GIGADEVICE IC's ?

Re: GIGADEVICE support

Posted: 26 Aug 2022 11:27
by Tanja_Kovacevic
Hi,

We have supported GD32VF in mikroSDK.

You can download the newest Necto Studio from our product page:
https://www.mikroe.com/necto
and check the list of supported MCUs:
https://www.mikroe.com/necto#supported-mcus

Kind regards,
Tanja

Re: GIGADEVICE support

Posted: 28 Aug 2022 10:43
by qwepoi
Hi Tanja
The question was about mikropascal AMR compiler , are you going to add support for those devices or shop people how to do it ?
Thank you

Re: GIGADEVICE support

Posted: 06 Jan 2023 08:54
by keyboardpartner
Hi qwepoi,

I just made a quite large project including Bootloader and VisualTFT with MikroE ARM Pascal running on a GD32F303RET6. A similar ST device is the STM32F103RET6 (not 303!) which I set in project settings. This worked without problems, just the Delay_ms() times are much too short, as the GD has a Cortex M4 core. Used Vdelay_ms() instead.

Even CodeGRIP and mikroProg debugger work with this device.

Greetings, Carsten