Kemper Profiler MK 2

In other words, this just could be a money grab?
:rollsafe
They’ve never done that before! Oh wait……

- Kemper MKII TNG.jpg
 
Sure. Do you have either unit opened up and have images of the DSP chip, SRAM and CPU SOC board? While your at it the A/D and D/A chips with data sheets would be nice. Oh, and while your at it, can you see if there are actual silk screen versions on the non SOC boards so we can determine if the entire boards are the same with the exception of the SOC?
If I did, I wouldn't be 'speculating', instead it would be journaling / documenting.
Because I don't, and others probably similarly, I was wondering if we could join in. Sounded fun.
Where are you all at?
 
There is extremely little chance that the DSP chip(s) in the Kemper MK2 are the same as the MK1.

The Freescale DSP 56k series used in the Kemper MK1 is discontinued, as in... no longer in production. So I'm guessing they've moved to an ARM based chip; which would seem reasonable considering the Kemper Player is using ARM. They could potentially move to FPGA chips too, but those are more expensive to develop for.

In either case, all or at least a large part of the code written for Kemper would have to be ported to another language. Freescale DSP chips are written in native assembly; which to be fair is a highly specific skill, which not all programmers are capable of. It is also isn't really how things are done in the modern world; at least I've never seen it in use; the hardware platforms I have experience of are all Linux ARM based setups.

So my guess is, Kemper have gone fully over to ARM. They've ported their Freescale code over to c++, possibly using JUCE to speed up the job, and taking advantage of more precision in the underlying architecture, and this will also probably be why they can run a much more detailed tone matching algorithm - which is what I personally believe they are talking about when they say 100,000 jiggawatts or whatever the comment was in their marketing.

Strymon have gone ARM. Pretty sure Meris are ARM as well. Probably plenty of others. It makes total sense to me.

BTW, when I started teaching myself DSP, I started off on a Daisy Seed:

That was about half a year ago or so. I got my first real taste of C++ on that platform. It very cool. Maybe I'll post some silly clips of a digital delay I put together at some point. It is also an ARM Cortex based platform, quite powerful really given how small it is. It has kind of replaced the Spin FV-1 chip that a lot of the hobbyists and smaller companies were using.

PS: Not that relevant really, but the Freescale DSP used fixed-point precision mathematics. That's kind of amusing, given the mathematics comments and point scoring from the other day.
 
Is there any info that indeed confirms that they are the same?
I’ve seen lots of claims they are, but zero reference to confirm it.
(Also some hypotheses that the same brand is in there, but no telling of it’s dual or a quad for instance.
There hasn't been any official confirmation from Kemper, but apparently people have posted teardown videos of the Player, which is Mk2, that show the DSP chip in the Kemper is the same as it's always been. I've seen speculation that's because the assembly code would be too expensive to port. There is no quad core version of the DSP chip.
 
There hasn't been any official confirmation from Kemper, but apparently people have posted teardown videos of the Player, which is Mk2, that show the DSP chip in the Kemper is the same as it's always been. I've seen speculation that's because the assembly code would be too expensive to port. There is no quad core version of the DSP chip.

So they’re using a discontinued processor? That’s weird.
 
Back
Top