Search found 10 matches

by riclerici
08 Aug 2019 11:54
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: SOSC doesn´t run
Replies: 1
Views: 1131

PROBLEM SOLVED

Hello, I've found the solution for my problem. OSCCON must be unblocked to write the SOSCO enable bit LPOSCEN. This sequence must be in an assembler block. void Init_MCU(){ //MCU clock at 140MHz: PLLPRE_0_bit = 0; PLLPRE_1_bit = 0; PLLPRE_2_bit = 0; PLLPRE_3_bit = 0; PLLPRE_4_bit = 0; PLLFBD = 68;//...
by riclerici
06 Aug 2019 16:41
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: SOSC doesn´t run
Replies: 1
Views: 1131

SOSC doesn´t run

Hello: I'm trying to use RTCC module on dsPIC33EP512MU810 MCU ME module with 32KHz xtal on board. With MCU running at 140MHz with XT-PLL as primary oscillator, I can write and read OK the RTCC registers but can´t run the Secondary Oscillator (SOSC), while the LPOSCEN bit on OSCCON register is set as...
by riclerici
14 May 2019 14:27
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Problem with FFT example, MCU 33EP512MU810
Replies: 3
Views: 1435

Re: Problem with FFT example, MCU 33EP512MU810

Hi Stefan: thanks for your aid, problem solved. FFT example is running OK. Best regards.
by riclerici
13 May 2019 11:10
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Problem with FFT example, MCU 33EP512MU810
Replies: 3
Views: 1435

Problem with FFT example, MCU 33EP512MU810

Hello all: Please, I need some guide for run FFT example with 33ep512mu810, EasyPicFusionv7 board. MikroC issues "not enough RAM", Trouble seems to be with ydata space although I read in datasheet this MCU have 16K for ydata . I changed Input_Samples array to xdata space with no results. May anyone ...
by riclerici
09 May 2019 18:44
Forum: mikroC PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: PROBLEM WITH FFT EXAMPLE, MCU 33EP512MU810
Replies: 1
Views: 2449

PROBLEM WITH FFT EXAMPLE, MCU 33EP512MU810

Hello all: Please, I need some guide for run FFT example with 33ep512mu810, EasyPicFusionv7 board. MikroC issues "not enough RAM", Trouble seems to be with ydata space although I read in datasheet this MCU have 16K for ydata . I changed Input_Samples array to xdata space with no results. May anyone ...
by riclerici
10 Feb 2011 15:07
Forum: mikroC PRO for PIC Wish List
Topic: RS485 Library_Larger amount of Data
Replies: 0
Views: 1467

RS485 Library_Larger amount of Data

Hello: RS485 library send and receive functions allow 3 bytes for transmission/receive. I'd like to get functions capable of send & receive larger amounts of data (for example 2048 signal samples in a single call for faster transfer). In the Proyects section exists an interesting project but was cre...
by riclerici
21 Jan 2011 17:36
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Problem with Filter Design Tool
Replies: 2
Views: 2199

Re: Problem with Filter Design Tool

Hello: thanks for your reply, I´ll stay expecting the solutions. Regards.
by riclerici
20 Jan 2011 16:33
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Problem with Filter Design Tool
Replies: 2
Views: 2199

Problem with Filter Design Tool

Hello all: I'm trying to design basic filters with Filter Design Tool, and have the following difficulties: Low pass IIR, 2d order Butterworth, 40db: changing the cutoff freq do not change the coefficients. The filter Frequency graph shows the same as with the previous values, and the filter cuts at...
by riclerici
19 Jan 2011 17:39
Forum: mikroC PRO for dsPIC30/33 and PIC24 Beta Testing
Topic: Problems with Filter Design Tool
Replies: 1
Views: 3327

Problems with Filter Design Tool

Hello all: I'm trying to design basic filters with Filter Design Tool, and have the following difficulties: Low pass IIR, 2d order Butterworth, 40db: changing the cutoff freq do not change the coefficients. The filter Frequency graph shows the same as with the previous values, and the filter cuts at...
by riclerici
18 Oct 2010 11:50
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: SPI-GLCD draws multiple lines
Replies: 0
Views: 1179

SPI-GLCD draws multiple lines

Hello all: I've found the following problems with SPI-GLCD library example: horizontal lines appears as a wide bar ( all the 8 lines of the current page are drawn) and vertical lines draw a double trace. A single dot also draws all the pixels of he current page (a dot looks as a vertical 8 pixels li...

Go to advanced search