Search found 13 matches

by dfeldman
01 Jun 2007 22:55
Forum: RSC-4x mikroC General
Topic: address space for reentrant function
Replies: 3
Views: 7752

address space for reentrant function

I have a large program that has many functions and utilizes the T2SI functions. I would like to use the T2SISD functions but every time I try to call a function such as _MakeTmpltT2SISD, I get the following error: No free room in address space 'REG' for segment '??CS_NOREENT' What's going on here? T...
by dfeldman
20 Feb 2007 08:39
Forum: RSC-4x mikroC General
Topic: t2si timeout and clock
Replies: 0
Views: 5055

t2si timeout and clock

I am using the T2SI function with a 100-second timeout. However, I have found that the actual timeout elapsed is not necessarily 100 seconds. Any idea why that might be? Sensory mentions that you can use Timer 2 or Timer 3 to multi-task, but I have no idea how to do this. Any thoughts? Thanks, Dan F...
by dfeldman
15 Dec 2006 22:08
Forum: RSC-4x mikroC General
Topic: vr stamp development in LA
Replies: 0
Views: 5193

vr stamp development in LA

Hi. I'm sending out a message to those who are familiar with VR stamp technology. If you are interested in working on hardware development for the VR stamp and live in Los Angeles, please send me a private message.

Thanks,
Dan
by dfeldman
13 Aug 2006 09:44
Forum: RSC-4x mikroC General
Topic: data, fdata, and ndata transfer
Replies: 1
Views: 6377

data, fdata, and ndata transfer

I am trying to dramatically reduce my utilization of const ROM for my project and would like to put the acoustic and grammar models from a T2SI build somewhere other than in const. I saw that it is possible to build these as const, data, fdata, ndata. Is it preferable to put this info on the 1 Mbit ...
by dfeldman
19 Jul 2006 20:04
Forum: RSC-4x mikroC General
Topic: quicksynthesis as data not const
Replies: 1
Views: 4197

quicksynthesis as data not const

I have a rather large sound file and I'm trying to put the data on external memory. I built the sound file using QuickSynthesis as DATA instead of CONST I'm using the compact memory model but when I try to build the project, the linker says "no free room in address space DATA for segment SegSNDTBL_N...
by dfeldman
18 Jul 2006 01:23
Forum: RSC-4x mikroC General
Topic: rpmemo using at45db041b
Replies: 1
Views: 4719

rpmemo using at45db041b

Hi. I was wondering what the appropriate configurations of the rpmemo and t2sisd examples would be using the AT45DB041B device as a serial flash. Which libraries and mcl files are needed?

Thanks,
Dan
by dfeldman
04 Jul 2006 08:11
Forum: RSC-4x mikroC General
Topic: mmc card and the vr-stamp
Replies: 1
Views: 6761

mmc card and the vr-stamp

I was wondering if the MMC example associated with PIC18F452 can be ported over to run on the Easy VR Stamp development board? Are there issues I should be aware of before beginning this project?

Thanks,
Dan
by dfeldman
30 Jun 2006 17:16
Forum: RSC-4x mikroC General
Topic: RS 232 levels
Replies: 4
Views: 9698

rs-232 setup

I am still having some trouble getting the rs232 working properly. Which of the MikroElektronika examples is most appropriate for testing out the RS232 output? Also, could you please provide instructions for how to set up the hyperterminal so that it properly receives the easy vr stamp rs232 outputs...
by dfeldman
29 Jun 2006 18:57
Forum: RSC-4x mikroC General
Topic: RS 232 levels
Replies: 4
Views: 9698

RS 232 levels

Hi. This forum has been really quite helpful for getting the VR Stamp up and running and getting code written for the RSC-4128. I have a quick question regarding the RS-232 serial port on the Easy VR-Stamp board. I have been trying to connect the Easy VR-Stamp to my PC via a null-modem cable to veri...
by dfeldman
28 Jun 2006 20:42
Forum: RSC-4x mikroC General
Topic: t2simath runtime error
Replies: 1
Views: 3664

t2simath runtime error

I am having some trouble with the t2simath example. The MikroC compiler comes with a precompiled version of the t2simath example which works perfectly. Unfortunately, when I try to compile the project after setting the appropriate include and search directories from Fluentchip,I find that the _T2SI ...
by dfeldman
28 Jun 2006 20:35
Forum: RSC-4x mikroC General
Topic: compiling t2sisd
Replies: 4
Views: 5914

got it to work

So I got the code to compile properly though I haven't tested it yet. The key was changing the memory model for the code (under Project -> Edit Project) from medium to compact. If someone understands the differences between the memory models (i.e. which is writing to flash, which to eeprom, and whic...
by dfeldman
28 Jun 2006 20:03
Forum: RSC-4x mikroC General
Topic: compiling t2sisd
Replies: 4
Views: 5914

compiling t2sisd

Thank you for the pointers on how to compile t2sisd. Unfortunately, there are still some problems. Right now, I'm getting the following errors: Undefined extern name '__RESTORE_RETADDR2' in module '_COLLEDSOFF_MOD' Undefined extern name '__SAVE_RETADDR2' in module '_COLLEDSOFF_MOD' Unresolved extern...
by dfeldman
26 Jun 2006 17:19
Forum: RSC-4x mikroC General
Topic: compiling t2sisd
Replies: 4
Views: 5914

compiling t2sisd

I am trying to compile the FluentChip examples on the RSC-4128 with the full version of the MikroElektronika C Compiler and am running into some memory problems. The specific example I am interested in is the t2sisd example which is the basic t2si example with the ability to have speaker-dependent r...

Go to advanced search