Search found 10 matches

by questionsandanswers
11 Jul 2006 04:50
Forum: RSC-4x mikroC General
Topic: Speech recognition capability
Replies: 4
Views: 8997

schematics can be found on sensory website: www.sensoryinc.com

QandA
by questionsandanswers
05 Jul 2006 19:53
Forum: RSC-4x mikroC General
Topic: Speech recognition capability
Replies: 4
Views: 8997

Speech recognition capability

Hi all, I'm trying SD speech recıgnition on VR Stamp Board. But I'm not satisfied by the performance although I changed parameters of training and recognition codes. I want to learn if you are satisfied with the speech recogition capabilities of VR stamp, or what are the hints of the high performanc...
by questionsandanswers
28 Jun 2006 17:58
Forum: RSC-4x mikroC General
Topic: Access Violtion
Replies: 3
Views: 4852

hi,

thanks, i solved my problem, but colud anyone tell me the message appers due to demo limit, otherwise i always look at the error messages as caused from demo limit.

Thanks
by questionsandanswers
26 Jun 2006 12:45
Forum: RSC-4x mikroC General
Topic: Access Violtion
Replies: 3
Views: 4852

Access Violtion

Hi all,

I tried to compile a new project that I have built but the compiler says:

Access Violation at address 000001BE.

error.

Is this caused from the demo limit or what is gonig wrong?

Thnx
by questionsandanswers
22 Jun 2006 17:19
Forum: RSC-4x mikroC General
Topic: Unresolved Extern Name Error
Replies: 8
Views: 11097

Dera Srdjan,

Thank you very musch for your information..

QandA
by questionsandanswers
22 Jun 2006 03:51
Forum: RSC-4x mikroC General
Topic: Unresolved Extern Name Error
Replies: 8
Views: 11097

Dear srdjan, I've written this simple code to test the FluentChip library with MikroC: #include<techlib.h> #define TIMEOUT 2 uchar error; void main() { _InitCollection(); error = _MakeTmpltSd(TIMEOUT,2,2); } Th file fc4128.mco object file is included in the project object files. The Fluentchip versi...
by questionsandanswers
21 Jun 2006 05:38
Forum: RSC-4x mikroC General
Topic: Unresolved Extern Name Error
Replies: 8
Views: 11097

Unresolved Extern Name Error

Hi all, I'm trying to develop sound technology applications with Easy VR Dev. Tool. but when i try to compile c files inculding fluentchip library utilities, i get the error: Undefined extern name. I include the required header file "techlib.h" but i can not solve this problem. Can anybody hepl me p...
by questionsandanswers
20 Jun 2006 11:05
Forum: RSC-4x mikroC General
Topic: adjust port
Replies: 3
Views: 4567

this is the demo io header file for Sensory demo board. Ports anmd input outputs are defined using #define: // // File : demo_io.h // Purpose : Definitions for the Demo/Eval Board // Project : FC Samples // Compiler : Phyton // // Copyright (c) 2003-2005 by Sensory Inc., All Rights Reserved. // //--...
by questionsandanswers
19 Jun 2006 19:21
Forum: RSC-4x mikroC General
Topic: How to use Individual port bit
Replies: 2
Views: 4655

i alsa want to learn to use ports as inputs and outputs. but to use individual port pins, you can use bitwise operators like, p2out=0b00000000; p2out=0b00000001; here in the first the P20 is 0. then it comes to be 1. by using 0b we say it is a binary output. so u can control each pin. qanda PS: i kn...
by questionsandanswers
19 Jun 2006 19:17
Forum: RSC-4x mikroC General
Topic: adjust port
Replies: 3
Views: 4567

adjust port

hi all, i'm working with easy VR stamp kit. i want to start with the simplest application that is i want to push a buttun and drive an LED. but i can't set ports as inputs and outputs. how can i control ports to be inputs or outputs? i tried to use commands like p2ctla or so. but i coludn't do. can ...

Go to advanced search