Search found 5 matches

by RowanMo
27 Jul 2022 14:56
Forum: Development Boards
Topic: Beginner tutorials/examples for Mikroe Click boards
Replies: 3
Views: 591

Re: Beginner tutorials/examples for Mikroe Click boards

I do not currently have a purchased compiler, I am wanting to see how accessible and how easily this hardware can be implemented in our project, but I can't seem to find much information on a getting started and beyond. Thanks
by RowanMo
27 Jul 2022 14:53
Forum: IDE General
Topic: Basic Flash LED doesn't work with Planet Debug
Replies: 5
Views: 1081

Re: Basic Flash LED doesn't work with Planet Debug

If you check my application init i have initialized both pins the exact same way.
by RowanMo
21 Jul 2022 19:13
Forum: Development Boards
Topic: Beginner tutorials/examples for Mikroe Click boards
Replies: 3
Views: 591

Beginner tutorials/examples for Mikroe Click boards

Hello, I am aware of Libstock, but I can't seem to find any documentation for the click boards or how to work them. Any links would help
by RowanMo
21 Jul 2022 16:59
Forum: IDE General
Topic: Basic Flash LED doesn't work with Planet Debug
Replies: 5
Views: 1081

Re: Basic Flash LED doesn't work with Planet Debug

PS: I'm using necto studio 2.0 and had to enable Board and GPIO out in the library manager this seems to have fixed the problem, I had enabled Board and Driver but not GPIO. I changed my application task to this void application_task(){ digital_out_toggle(&led_pin1); digital_out_toggle(&led_pin2); ...
by RowanMo
19 Jul 2022 15:19
Forum: IDE General
Topic: Basic Flash LED doesn't work with Planet Debug
Replies: 5
Views: 1081

Basic Flash LED doesn't work with Planet Debug

I do not own a Mikroe Dev board, but I am trying to test them out for a potential project. When following the Basic Embedded Kit tutorial from YouTube, running the LED blink on Clicker 2 for STM (arbitrary choice of board), nothing seems to be happening. Here is my code : #include "board.h" #include...

Go to advanced search