
Microchip shows how to port the open source Helix MP3 decoder algorithm to the PIC32MX family of microcontrollers. This algorithm was designed be used by both floating point processors, and fixed point processors like the PIC32.
Application note describes the procedure to port the open source Helix MP3 decoder algorithm onto Microchip’s PIC32MX 32-bit microcontrollers (MCUs). The source code provided with this document demonstrates a MP3 player application using the Helix MP3 decoder.

Note that this isn’t useful for the PIC32MX1xx/2xx series. They have only 32k RAM, and this decoder eats all but 512 bytes of this.
I’m not a lawyer, but in reading the RPSL I’m not totally convinced that the run-time library loading technique avoids making the entire product a derivative work. The relevant parts of the RPSL:
RTLL avoids “combining” covered code (the Helix MP3 decoder) with other/proprietary code until both hex files get programmed into flash.
An app note certainly isn’t going to carry binding legal advice, but to me the app note is far too casual in presenting RTLL as a technique that won’t require proprietary application code to be open-sourced, without ever acknowledging that a) to the best of my knowledge, this technique doesn’t have the blessing of RealNetworks/Helix, and b) lawyers may not agree.