Search found 143 matches

by hooper
06 Jun 2018 10:02
Forum: Libstock Discussion
Topic: MikroPlot application
Replies: 3
Views: 2039

Re: MikroPlot application

how about extending the application to display several graphs?
by hooper
05 Jun 2018 10:11
Forum: Libstock Discussion
Topic: MikroPlot application
Replies: 3
Views: 2039

MikroPlot application

hi don't know if MikroPlot support the following: 1. Display several variables on a graph. 2. Set the line properties of each variable ( color, width and style) 3. Hide and show variables from the graph. 4. calculate for selected variables the mean, std. deviation, root mean square 5. Save graph to ...
by hooper
14 Dec 2017 11:49
Forum: Libstock Discussion
Topic: FAT32 write speed
Replies: 48
Views: 62179

Re: FAT32 write speed

hi electroman2000,

What if you try to split the problematic math calculation to two stages and cast the result at the end?
by hooper
02 Dec 2017 12:27
Forum: mikroC PRO for PIC32 General
Topic: Official Free RTOS web page does not know about Mikroe
Replies: 0
Views: 1193

Official Free RTOS web page does not know about Mikroe

hi,

Looking at the official ports for FREE RTOS but failed to find
any port for MikroC IDE.
Porting list might be found at https://www.freertos.org/RTOS_ports.html
by hooper
21 Oct 2017 07:18
Forum: PIC32 PRO Compilers
Topic: SD booloder for debug
Replies: 21
Views: 18435

Re: SD booloder for debug

feuerwolf wrote:Is it actally possible to edit the topic of this post? I just noticed its booloder instead of bootloader. :lol:
Not sure if it is possible
by hooper
20 Oct 2017 21:47
Forum: PIC32 PRO Compilers
Topic: SD booloder for debug
Replies: 21
Views: 18435

Re: SD booloder for debug

Hi Kian,

I have not noticed that your target
I might assume that the general program structure should be the same
But you have to take care about the address space issues.
by hooper
20 Oct 2017 15:53
Forum: PIC32 PRO Compilers
Topic: SD booloder for debug
Replies: 21
Views: 18435

Re: SD booloder for debug

Hi Kian, Modification of the bootloader from SD card to a USB stick should be a simple task. Just follow the USB HOST sample project to get yourself familiar with the usage of FAT32 and the USB stick. Now, change the access reading functions from Sd card to the USB. Generaly thats all ( you will of ...
by hooper
20 Oct 2017 13:39
Forum: PIC32 PRO Compilers
Topic: SD booloder for debug
Replies: 21
Views: 18435

Re: SD booloder for debug

Hi hosseinildar, It should be easy to change the SD boot loader to a USB boot loader. Actually you have to replace the reading functions to read from the USB. You can also choose a different solution: if you have on your system both Sd card AND a USb memory stick, you can in the booting procedure, c...
by hooper
19 Oct 2017 14:48
Forum: PIC32 PRO Compilers
Topic: SD booloder for debug
Replies: 21
Views: 18435

Re: SD booloder for debug

Indeed it is a good idea to publish it in Libstoc.
Thank you for crediting me there.
Hope this will help other developers as well.

Good luck
M. Hooper
by hooper
18 Oct 2017 11:59
Forum: PIC32 PRO Compilers
Topic: SD booloder for debug
Replies: 21
Views: 18435

Re: SD booloder for debug

Hi

The functiondelivers a pointer to a buffer that will be filled with the next line read fro the hex file.
Recall that I have not checked the checksum of the line. I do recommend checking it and return the eresult according the checksum checking result
by hooper
18 Oct 2017 10:27
Forum: PIC32 PRO Compilers
Topic: SD booloder for debug
Replies: 21
Views: 18435

Re: SD booloder for debug

Hi The reason for using FAT16 is simple. My application is using FAT32 for HOST USB. Since Mikroe FAT32 library does not support multi device and I was too lazzy to write my own wrapper to their driver thus I have decided to use the MMC instead. Since I am not in front of my code now I think that I ...
by hooper
15 Oct 2017 22:18
Forum: mikroC PRO for PIC32 General
Topic: Porting FreeRTOS to MikroC. End of task?
Replies: 2
Views: 2340

Re: Porting FreeRTOS to MikroC. End of task?

Hi Filip,
I have checked again the freeRTOS.org and in supported mcus under microchip it is written:

Supported processor families: PIC32MX, PIC32MZ, PIC32MZ EF, PIC24, PIC24EP, dsPIC, MEC14xx, CEC13xx, CEC17xx, MEC17xx, MEC51xx
Supported tools: MPLAB C32, MPLAB C30

Nothing about mikroE
by hooper
14 Oct 2017 11:52
Forum: PIC32 PRO Compilers
Topic: Some ideas about debugger
Replies: 1
Views: 4304

Some ideas about debugger

Hi Not sure if I am using the debugger correctly. When starting the debugger it automaticaly stops at the first line of the main() function. Now i have to mark some break points ( or run to cursor...). A more 'natural' usage is to first set break points and then click the RUN button of the debugger,...
by hooper
04 Oct 2017 19:18
Forum: PIC32 Compilers General
Topic: Most desired upgrades and enhancements for MikroE compilers
Replies: 139
Views: 3214797

Re: Most desired upgrades and enhancements for MikroE compil

In project manager display files names ordered by alphabet order
by hooper
04 Oct 2017 19:17
Forum: PIC32 Compilers General
Topic: Most desired upgrades and enhancements for MikroE compilers
Replies: 139
Views: 3214797

Re: Most desired upgrades and enhancements for MikroE compil

In project manager display files names ordered by slphabet order

Go to advanced search