We are doing a project in which we make use of a voice recognition technique to control an external device. In our project we making use of tv as our device for controlling. we are making use of HM2007 voice module which will take our voice signal which will be further interfaced to a micro controller, which is further programmed to control the switching of tv channels. So basically we are trying to replace the physical usage of remote. Just by giving the voice commands we wish to change the channels.
So micro controller plays a very important role. We decided on AT89S52 for this project. It would be a great help if u could inform us as which programmer to use for this micro controller. We have keil Micro vision 3. So please let us know if it is compatible with this micro controller or should we go for something else.
Can you select it as a Target CPU when you create a project in Keil? Should pretty much tell you if it's doable immediately, give it a go.
Of course the Keil's C51 toolchain supports AT89S52. In fact this antique has been there for decades and most of the 8051 compilers support it.
I wonder why you choose such an old one.
Also I doubt its performance be sufficient to get along a real-time audio data comparison.