Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by jakub.k

  1. J

    Audio real-time processing basic tutorial needed

    Hi, I'm looking for some knowledge about audio processing on DSP microcontrollers. As far I have STM32 based board with audio codec and I2S connection between them. It's working by now, small data packages (like 2x32 values) are being received from the codec to STM and sent back to codec and...
  2. J

    Modyfing/replacing C funtion during STM32 work

    Ok thanks, I really can see it now. To be more precise: 1. It could be of course one function prototype like "void dspProcess(void)". It will always work on the same input data buffer (DMA) and output them back to codec - after it's fully executed. But the size of the routine will change along...
  3. J

    Modyfing/replacing C funtion during STM32 work

    Hello, I'd like to implement simple DSP job on my STM32F4 discovery board. I wish to have possibility to change it during STM32 work without flashing program memory. Can I do that? It's like I compile some C funtion to my library, send it to target (via usb), who will update/substitute DSP...

Part and Inventory Search

Back
Top