Search found 10 matches

by rmkumar
26 Nov 2015 02:08
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: Hilbert Transform-Filter Designer Tool
Replies: 2
Views: 2897

Re: Hilbert Transform-Filter Designer Tool

Thank you for your reply

Best Regards

Manoj Kumar
by rmkumar
24 Nov 2015 15:58
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC
Replies: 5
Views: 4745

Re: DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC

Code: Select all

CSCKD_bit= 1 '/* DCI is slave - CSCK is input */
CSCKE_bit = 0 '/* Data is sampled on falling edge */
COFSD_bit = 1 '/* DCI is slave - COFS is input */
Regards

Manoj Kumar
by rmkumar
24 Nov 2015 15:54
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC
Replies: 5
Views: 4745

Re: DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC

Hi Aleksandar

Thank you for your reply.

As per data sheet, upon reset DCIMD bit is '0'(DCI Enable) . However I will try this and let you know the result.

WM8731 is configured as master. uP is configured as DCI slave. So "DCI Frame Sync " and "DCI Serial Clock " are input.

Regards
Manoj Kumar
by rmkumar
24 Nov 2015 11:34
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: Hilbert Transform-Filter Designer Tool
Replies: 2
Views: 2897

Hilbert Transform-Filter Designer Tool

Is it possible to design Hilbert Transform or Band pass filter with phase shift using
Filter Designer Tool ?

Regards

Manoj Kumar
by rmkumar
23 Nov 2015 11:48
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC
Replies: 5
Views: 4745

Re: DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC

Hi Aleksandar

Attached Project

I was able to make it work with SPI DMA interrupt.
SPI DMA settings are also available with project

With DCI, neither DCI interrupt nor DCI DMA method work

Note: In code WM8731 is configured for LINE IN mode (mic muted).

Best Regards

Manoj Kumar
by rmkumar
20 Nov 2015 14:45
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 Wish List
Topic: DIR__DMA0CON_bit missing?
Replies: 4
Views: 3635

Re: DIR__DMA0CON_bit missing?

Thanks & Best Regards

Manoj Kumar
by rmkumar
16 Nov 2015 16:53
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 Wish List
Topic: WM8731 CODEC Volume Control suggestion
Replies: 1
Views: 2230

WM8731 CODEC Volume Control suggestion

When WM8731 is configured as LINE_IN enabled and MIC muted, WM8731_SetVolume from example code was creating problem. It is better to have two different functions SetInputVolume and SetOutputVolume sub procedure WM8731_SetVolume(dim LeftCh, RightCh as byte) dim temp as word if LeftCh > 80 then LeftCh...
by rmkumar
16 Nov 2015 16:37
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 Wish List
Topic: DIR__DMA0CON_bit missing?
Replies: 4
Views: 3635

DIR__DMA0CON_bit missing?

Could not find DIR__DMA0CON_bit

All other DIR bits are available like DIR__DMA1CON_bit (two under score)
by rmkumar
16 Nov 2015 08:29
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC
Replies: 5
Views: 4745

DCI interrupt with DSPIC33FJ128GP802 and WM8731 CODEC

Hi I am trying to implement DCI in DSPIC33FJ128GP802 with WM8731 CODEC. I am unable to get interrupt. Below is the code I used. Please advice whether I am doing something wrong. WM8731 is configured for DSP mode. Attached Logic analyzer wave forms sub procedure init_dci() rxBufferIndicator=0 DCIPPS_...

Go to advanced search