search for: imxrt1060

Displaying 5 results from an estimated 5 matches for "imxrt1060".

2024 May 26
1
opus library
Hello, I am interested in implementing opus decoder in my project. My OS: FreeRTOS MCU: NXP IMXRT1060 IAR 8.32 I integrated the library opus and successfully compiled (at least didn?t receive compile warning or errors). What a right way to take opus file and decode to wav file? I see, there a few examples, but I don?t know what example will be suitable for me? Pls advise, Kind Regards, Leonid...
2024 Jun 04
1
opus library issues
Hi Timothy, Because I don't see any memory overflow, remains only any memory corruption and for sure it happens inside the library. Has anyone managed to run this library on embedded systems such as STM32, NXP IMXRT1060? By using opus_demo code (decoding part)? Pls advise, Kind Regards, Leonid Shigris RT Engineer Email: LeonidS at riscogroup.com -----Original Message----- From: opus <opus-bounces at xiph.org> On Behalf Of Timothy B. Terriberry Sent: Tuesday, 4 June 2024 13:17 To: opus at xiph.org Subje...
2024 Jun 04
1
opus library issues
...Leonid Shigris <LeonidS at riscogroup.com> wrote: > > Hi Timothy, > > Because I don't see any memory overflow, remains only any memory corruption and for sure it happens inside the library. > > Has anyone managed to run this library on embedded systems such as STM32, NXP IMXRT1060? By using opus_demo code (decoding part)? > > > Pls advise, > > Kind Regards, > Leonid Shigris > RT Engineer > > Email: LeonidS at riscogroup.com > > > -----Original Message----- > From: opus <opus-bounces at xiph.org> On Behalf Of Timothy B. Terriberry...
2024 Jun 04
1
opus library issues
Hello, I integrated the latest library 1.5.2 into my system. To compile the library have to allow VLA in IAR. Running FreeRTOS on MCU NXP IMXRT1060. I encoding the file using opus_demo.exe. And for decoding I took the part of opus_demo.c and implemented on my MCU. I experience a system crash from time to time by running the decoding. I don?t see any memory overflow not in heap, not thread overflow. Is there a situation that silk frame cor...
2024 Jun 04
1
opus library issues
Leonid Shigris wrote: > Is there a situation thatsilk frame corruption causes to system crash? The library is able to decode corrupt frames without crashing.