Search found 2780 matches

by Mince-n-Tatties
23 Jan 2023 23:37
Forum: mikroC PRO for PIC General
Topic: USART SPEED
Replies: 2
Views: 909

Re: USART SPEED

what is the CPU instruction cycle time (for most instructions)? with your pic running at 20Mhz? with your Arduino running at 16Mhz? this is an import physical architecture constraint to go learn about. The key search is for MIPS or Million Instructions Per Second (why not use 8Mhz internal and turn ...
by Mince-n-Tatties
23 Jan 2023 15:39
Forum: mikroC PRO for PIC General
Topic: For-loop exiting when using FLASH_write
Replies: 13
Views: 1453

Re: For-loop exiting when using FLASH_write

agreed I do see the compilers as student/novice target. i have used for that purpose only, teaching kids and young engineers to get a start on the ladder of C while giving them a fast route to some advanced projects by using the vast array of libraries. For the young engineers i expect them to move ...
by Mince-n-Tatties
12 Jan 2023 19:59
Forum: mikroC PRO for PIC General
Topic: For-loop exiting when using FLASH_write
Replies: 13
Views: 1453

Re: For-loop exiting when using FLASH_write

Hi Mince, What forced me to accept this task was that the new dev kits are not supported in mikroC pro and there are some truly awesome kits now for powerful fast development at low pricing, uni clicker / SiBrain as examples. Well, that partly explains your cheerful disposition :wink: - Necto was i...
by Mince-n-Tatties
11 Jan 2023 23:09
Forum: mikroC PRO for PIC General
Topic: For-loop exiting when using FLASH_write
Replies: 13
Views: 1453

Re: For-loop exiting when using FLASH_write

Hi janni I've already checked whether the AI compiler makes the same error and it doesn't. That's good to know and thanks for the feedback I can't say that I share your enthusiasm for Necto, though. It's missing too many features and is quite ungainly even with the simplest things, like changing con...
by Mince-n-Tatties
06 Jan 2023 20:18
Forum: mikroC PRO for PIC General
Topic: For-loop exiting when using FLASH_write
Replies: 13
Views: 1453

Re: For-loop exiting when using FLASH_write

Hi tysseng i would really encourage you (everyone) to try Necto, there are some concepts which make for a startup learning curve but it's quick to climb reasons: you have a good background to help mE and others, the libraries are open source which helps hugely when doing a complete debug being to go...
by Mince-n-Tatties
06 Jan 2023 11:14
Forum: mikroC PRO for PIC General
Topic: For-loop exiting when using FLASH_write
Replies: 13
Views: 1453

Re: For-loop exiting when using FLASH_write

nicely confirmed janni 1. I would never change the optimizer setting (more hassle than gain), i tend to do the opposite and fight against it with usage of keyword "volatile" 2. janni is also correct on the final point, So i would recommend giving Necto a run. It would be interesting to see if you fi...
by Mince-n-Tatties
04 Jul 2022 18:51
Forum: Development Boards Wishlist
Topic: JTAG connectors
Replies: 1
Views: 860

JTAG connectors

Have the same external JTAG connection ports across all hardware.

Or provide an entire set of adapters with the external codegrip units.
by Mince-n-Tatties
04 Jul 2022 18:49
Forum: Development Boards Wishlist
Topic: JTAG connector Orientation
Replies: 1
Views: 646

Re: JTAG connector Orientation

real world implications This is the best orientation, with JTAG cable setup on codegrip to give cable free blockage on Clicker 4 board Clicker4_RealJTAG_1.jpg switch to using a UNI Clicker and now the JTAG cable gets in the way of being able to scope probe the board PHOTO-2022-07-04-18-19-22.jpg ugl...
by Mince-n-Tatties
04 Jul 2022 18:34
Forum: Development Boards Wishlist
Topic: JTAG connector Orientation
Replies: 1
Views: 646

JTAG connector Orientation

Standardise the JTAG connector orientation

Example

Clicker 4 for STM32
JTAG_PIN1_Clicker4.jpg
JTAG_PIN1_Clicker4.jpg (49.45 KiB) Viewed 646 times

Now UNI Clicker 180 degree rotation
JTAG_PIN1_UNI_Clicker.jpg
JTAG_PIN1_UNI_Clicker.jpg (46.96 KiB) Viewed 646 times
by Mince-n-Tatties
04 Jul 2022 18:12
Forum: CODEGRIP programmer and debugger
Topic: Update code grip 1.1.2
Replies: 7
Views: 3664

Re: Update code grip 1.1.2

yey solution provided by the MikroE team the issue was that the Clicker 4 for STM32 originally arrives with demo code and i assume now that it also has a protected bootloader for people who do not have a codegrip JTAG hardware. Soooo the unit arrives with flash protection enabled and this was the ro...
by Mince-n-Tatties
30 Jun 2022 14:15
Forum: CODEGRIP programmer and debugger
Topic: Update code grip 1.1.2
Replies: 7
Views: 3664

Re: Update code grip 1.1.2

doing a debug session in Necto

fails to connected to the target, blue light does one super short on pulse and then stays off and flashing fails
fails program and enter debug.jpg
fails program and enter debug.jpg (10.16 KiB) Viewed 2113 times
I should say, i am using wired (USB-C) connection. Not WiFi
by Mince-n-Tatties
30 Jun 2022 14:13
Forum: CODEGRIP programmer and debugger
Topic: Update code grip 1.1.2
Replies: 7
Views: 3664

Re: Update code grip 1.1.2

Hi filip, Thanks for your interest. I really should have started a new thread. i can operate the unit using codegrip suite and i can scan for it in Necto setup no issue, but within Necto it wont program the board so it can't enter debug mode either. codegrip all good CGS_connected.jpg scan in Necto ...
by Mince-n-Tatties
28 Jun 2022 15:03
Forum: CODEGRIP programmer and debugger
Topic: Update code grip 1.1.2
Replies: 7
Views: 3664

Re: Update code grip 1.1.2

Standalone codegrip for STM32

Fails to erase the flash during upgrade
EraseFail.jpg
EraseFail.jpg (6.44 KiB) Viewed 2134 times
that leaves me stuck with no ability to do anything :(
EraseFail.jpg
EraseFail.jpg (6.44 KiB) Viewed 2134 times
5th time lucky!
by Mince-n-Tatties
14 Mar 2022 00:11
Forum: mikroC PRO for ARM General
Topic: pressure 4 click example wont build
Replies: 7
Views: 1611

Re: pressure 4 click example wont build

Hi filip

Thank you for that.
by Mince-n-Tatties
09 Mar 2022 22:37
Forum: mikroC PRO for ARM General
Topic: MikroSDK 2.0 library in MikroC PRO IDE
Replies: 1
Views: 1104

Re: MikroSDK 2.0 library in MikroC PRO IDE

Welcome to the forum the mE people are extremely friendly and will always help if they can. I would suggest having a private chat with them to see if you can do a swap for Necto License (maybe keep some mikroC pro and have some Necto), especially if you want to benefit from the newest of click board...

Go to advanced search