Skip to content

Releases: DADDesign-Projects/PENDA-Software

Update to account for FORGE version V_3426_1 (New IR Loader Effect)

Choose a tag to compare

@DADDesign-Projects DADDesign-Projects released this 18 Aug 07:44

New IR Loader Effect

A new Impulse Response (IR) Loader effect has been added to OSCAR.

IR Specifications

  • Latency: 1.333 ms
  • Maximum IR length: 170 ms (automatically truncated if necessary)
  • Resolution: 24-bit
  • Sample rate: 48 kHz
  • File format: WAV
  • IR files must be renamed with the .IR extension.
  • IR files must be stored in the external flash memory of DaisySeed.

Binary Files

The Binaries folder contains:

  • PENDA_All_ready_to_load_in_external_flash.ofsf — Contains the required resources and .elf executables to be stored in the external flash memory.
  • PENDA_FLasherLoader.elf — The bootloader program that runs from the internal flash memory of the STM32H750.
  • OSCAR_Flasher_Server.zip — Contains the utility used to transfer .ofsf and .IR files to the external flash memory of DaisySeed.

Programming and File Transfer

1. Program the Flash Loader

Use STM32CubeProgrammer to program PENDA_FLasherLoader.elf into the internal flash memory of the STM32H750 on DaisySeed.

2. Connect DaisySeed

Connect your computer to DaisySeed using a USB cable.

3. Transfer the Files

Use either:

  • OSCAR_Flasher_Server.exe
  • OSCAR_PY_Flasher_Server.py

to transfer the following files to the external flash memory of DaisySeed:

  • PENDA_All_ready_to_load_in_external_flash.ofsf
  • .IR files note : The IR files must have the .IR extension before being transferred.

Version 1.0 (before FORGE integration)

Choose a tag to compare

@DADDesign-Projects DADDesign-Projects released this 12 Jul 09:13
8ab8fc5
V1.0

Update README.md