Search found 3 matches
- Sat Mar 05, 2011 7:10 am
- Forum: General Remark and Questions
- Topic: Communication blockset - bpsk modulation - Error at 1138
- Replies: 13
- Views: 59711
Re: Communication blockset - bpsk modulation - Error at 113
You can import all necessary file in MPLAB, but you need to configure the whole project. Do remember to add the required library. It may be better to let matlab to compile all necessary library into one object file that you will add in your mplab project.
- Sat Mar 05, 2011 7:09 am
- Forum: General Remark and Questions
- Topic: DAC on 33fj64GP802
- Replies: 15
- Views: 66035
Re: DAC on 33fj64GP802
I'm very always interesting for a dac peripheral for the 33fj64(128)GP802.
- Sat Mar 05, 2011 7:07 am
- Forum: General Remark and Questions
- Topic: Sample time C-function Call
- Replies: 6
- Views: 33354
Re: Sample time C-function Call
Anyway, inf time should activate the block only once at initialization. Else, you could use a triggered subsystem and place the c call function block inside this subsystem. (There are few examples like that on the forum).