Search found 98 matches

by Tanja_Kovacevic
03 Apr 2024 18:24
Forum: IDE
Topic: NECTO Studio Update 6.1
Replies: 0
Views: 1046

NECTO Studio Update 6.1

https://cdn-shop.mikroe.com/img/home_page/banners/necto-studio-6.1-homepage-banner-final_x1712063594_big.jpg Welcome to the January 2024 RELEASE of NECTO Studio 6.0 Microchip's MPLAB XC compilers - Compile with ease! Harness the full potential of Microchip's XC set of compilers within NECTO Studio ...
by Tanja_Kovacevic
04 Mar 2024 18:08
Forum: mikroPascal PRO for PIC General
Topic: PIC18F47K42 I2C library incomplete ??
Replies: 2
Views: 139

Re: PIC18F47K42 I2C library incomplete ??

Hi,

PIC18F47K42 only has remapable I2C.
These are the functions:

Screenshot.jpg
Screenshot.jpg (42.03 KiB) Viewed 120 times

Use the Help section and datasheet of your MCU for more details.

Kind regards,
Tanja
by Tanja_Kovacevic
04 Mar 2024 17:20
Forum: mikroProg™ programmer and debugger
Topic: AVR Flash and AVR128DA28
Replies: 5
Views: 700

Re: AVR Flash and AVR128DA28

Hi donute, We have changed your user name so that your full email doesn't appear as your nickname. Codegrip doesn't have the fuse bit settings. You can set them in your compiler or directly in your code, and with those values in the hex files, Codegrip will set the fuse bits as you wish. Kind regard...
by Tanja_Kovacevic
04 Mar 2024 17:13
Forum: ARM AI Compilers
Topic: Supporting STM32G030 mcu?
Replies: 3
Views: 615

Re: Supporting STM32G030 mcu?

Hi,

You should be able to see mikroSDK libraries if you have made a mikroC AI for ARM setup.
Can you please attach a photo of your setup?

Screenshot.jpg
Screenshot.jpg (24.52 KiB) Viewed 597 times

Kind regards,
Tanja
by Tanja_Kovacevic
04 Mar 2024 16:48
Forum: mikroC PRO for PIC General
Topic: t6963 display problem in displaying integers
Replies: 5
Views: 405

Re: t6963 display problem in displaying integers

Hi,

Thank you for sharing your solution with other customers who can face a similar issue.

Kind regards,
Tanja
by Tanja_Kovacevic
04 Mar 2024 16:32
Forum: Development Boards
Topic: Clicker2 for PIC24 Board Voltage Error
Replies: 3
Views: 183

Re: Clicker2 for PIC24 Board Voltage Error

Hi, Your mikroProg seems to be working well. It is recognized by your PC and the Firmware version is the newest. Did you bring a power supply to your Clicker 2 for PIC24 separately from mikroProg (using USB or Battery port)? If you are trying to bring a power supply from your programmer device, you ...
by Tanja_Kovacevic
31 Jan 2024 16:45
Forum: IDE
Topic: NECTO Studio Update 6.0
Replies: 0
Views: 2333

NECTO Studio Update 6.0

https://cdn-shop.mikroe.com/img/home_page/banners/necto-studio-6.0-release-banner_x1706624085_big.jpg Welcome to the January 2024 RELEASE of NECTO Studio 6.0 NECTO is getting six new major features and bunch of other improvements with this update: LVGL - enhanced graphics library with a brand new U...
by Tanja_Kovacevic
09 Jan 2024 18:22
Forum: Development Boards
Topic: STM32M4clicker LED & BUTTON by NECTO STUDIO Example
Replies: 2
Views: 319

Re: STM32M4clicker LED & BUTTON by NECTO STUDIO Example

Hi,

You can open driver header files and see the necessary functions with examples in doxy explanations (left in the image below).
Or you can type the "digital_out" or "digital_in" in a field for asking questions (right at the attached image).

Screenshot1.jpg
Screenshot1.jpg (289.5 KiB) Viewed 222 times

Kind regards,
Tanja
by Tanja_Kovacevic
07 Dec 2023 16:49
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: dsPIC33CKxxxMPxxx devices
Replies: 1
Views: 239

Re: dsPIC33CKxxxMPxxx devices

Hi,

Unfortunately, it is not planned for q1 and q2 next year.

It is more likely to be added to Necto Studio
in the second half of next year.


Kind regards,
Tanja
by Tanja_Kovacevic
07 Dec 2023 16:47
Forum: IDE
Topic: How to create a project if the microcontroller is not listed?
Replies: 1
Views: 303

Re: How to create a project if the microcontroller is not listed?

Hi Sami, Those MCUs are supported as Legacy ones. You have to press the Advanced button while making Setup in Necto, and select mikroC for PIC Legacy 7.6.0 as the SDK version. Untitled.png It is not in mikroSDK because it does not meet the minimum memory requirement, which is 2k RAM and 8k Flash Eve...
by Tanja_Kovacevic
07 Dec 2023 12:40
Forum: mikroC PRO for PIC General
Topic: Error in mikro c for pic, To many initializers
Replies: 1
Views: 350

Re: Error in mikro c for pic, To many initializers

Hi Kumar,

It looks like you have used those structs from our Libraries.
But when I did the same thing in your SMC project it worked at my place.
I have made a header file and copied the same code.

Img1.jpg
Img1.jpg (304.36 KiB) Viewed 312 times

Kind regards,
Tanja
by Tanja_Kovacevic
07 Dec 2023 12:05
Forum: mikroC PRO for PIC General
Topic: How to use servo click library in pic16f1526 microcontroller to control the servo motor using PCA9685 module
Replies: 17
Views: 1374

Re: How to use servo click library in pic16f1526 microcontroller to control the servo motor using PCA9685 module

Hi Kumar, MikroBUS is just a socket for easier use of our click board. You can use our library with example code and manually connect the click board with wires, using the same pins we mapped as mikroBUS. Or even map other pins as Ivan has explained to you. But the main issue is that you are using M...
by Tanja_Kovacevic
10 Nov 2023 17:43
Forum: ARM AI Compilers
Topic: Rotate display on MM5 for STM32F7 Capacitive with Necto Studio
Replies: 3
Views: 448

Re: Rotate display on MM5 for STM32F7 Capacitive with Necto Studio

Hi,

I'm glad you found a solution.
Thank you for sharing it with other customers on our Forum.

Kind regards,
Tanja
by Tanja_Kovacevic
10 Nov 2023 10:45
Forum: mikroC PRO for PIC General
Topic: PPS problem (bug?)
Replies: 12
Views: 4153

Re: PPS problem (bug?)

Hi,

When you use PPS_Mapping for mapping the pins,
you should use Remappable functions.

Remappable.jpg
Remappable.jpg (40.18 KiB) Viewed 525 times

Kind regards,
Tanja
by Tanja_Kovacevic
09 Nov 2023 12:57
Forum: ARM AI Compilers
Topic: Interrupt support
Replies: 6
Views: 773

Re: Interrupt support

Hi,

GCC generally works so that you declare a routine that is like in a startup file.

The timer calculator is only valid for MikroC compilers.
But it just turns the timer interrupt on and that's it.
Again you have to set everything in the timer register.

Kind regards,
Tanja

Go to advanced search