News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

Compiler moving to faster micros?

Started by Ecoli-557, Today at 04:36 PM

Previous topic - Next topic

Ecoli-557

Hello All-
I have greatly enjoyed learning and working with this compiler, thanks to All who had a hand in it.
I am working on a digital audio project and in it I wish to use a CODEC and it needs a proc with a higher clock such as ARMs or STM32s.
I am wondering if there is any desire/interest/direction in having a compiler which will work in this higher speed procs area?

RGV250

Have you looked at 16 bit PICs, they are pretty fast.

Bob

trastikata

For DSP it is worth exploring the MAC instructions and the overhead-less loops. FFT can be extremely fast, but to achieve that will require some efforts understanding Assembler.

If you think of employing faster MCU's because of the readily available libraries using high-level commands, this could be very inefficient way to do it, but much easier of course.