BSP function availabilty (GPIO, UART, SPI)

Fully featured ARM compilers available on Windows, Linux, and macOS.
Post Reply
Author
Message
pickplace
Posts: 2
Joined: 21 Dec 2020 15:52

BSP function availabilty (GPIO, UART, SPI)

#1 Post by pickplace » 30 Dec 2020 14:12

Dears,

I like the approach of Necto so far. However, while coding, I find it very difficult to find out which functions I have to use for which purpose. The only thing you can do is to enter some letters like "GPIO" and hit CTRL-Space to complete. That's far from "rapid prototyping".

How can you at list the functions that are available per library. Is there a header file or something?

In my humble opinion, you should consider publishing the sources of your BSP libraries. It is vital for any kind of industrial or higher-safety level application to detail out the programming concept of the lower level functions...
Is there some hidden place where I can easily find the sources?

Thanks and BR,
Hendrik

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: BSP function availabilty (GPIO, UART, SPI)

#2 Post by filip » 30 Dec 2020 15:47

Hi,

You can refer to this page for mikroSDK reference manual :
https://docs.mikroe.com/mikrosdk/ref-manual/index.html

As for the source code, mikroSDK is entirely open source in the NECTO Studio's installation folder - \NectoStudio\sdk\2.0.1\src\

Regards,
Filip.

pickplace
Posts: 2
Joined: 21 Dec 2020 15:52

Re: BSP function availabilty (GPIO, UART, SPI)

#3 Post by pickplace » 30 Dec 2020 19:11

Hi Filip,

thanks for your quick response. I wasn't aware that the SDK is completely open. But, to be honest, the Necto IDE tends to look like mikroSDK is propriatary.

Great help!

BR,
Hendrik

mjwo3901
Posts: 5
Joined: 13 Mar 2013 00:08

Re: BSP function availabilty (GPIO, UART, SPI)

#4 Post by mjwo3901 » 29 Jul 2021 13:34

Hello,

Will the low level hardware abstraction layer be made open source too? I don't see this in MikroSDK. So don't see a way of implementing things like reading from internal flash and such until appropriate drivers are created by Mikroe.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: BSP function availabilty (GPIO, UART, SPI)

#5 Post by filip » 30 Jul 2021 08:30

Hi,

Everything regarding the mikroSDK is open source and available to our users.

Flash library is currently not supported so you don't see its implementation there.

Regards,
Filip.

Post Reply

Return to “ARM AI Compilers”