Does the DX7 respond to MIDI from another piece of equipment? Can you control it using the Reface CP? I'm wondering if your MIDI out circuit needs a buffer, usually two hex inverters in series. Your MIDI Thru box...
@CollinK - I'm using your code without any changes except to
#define FLASH_SIZE (0x1000000) // 16MB
and
#define FLASH_RESERVE (64 * FLASH_SECTOR_SIZE) // reserve top of flash
in FlashTxx.h, which...
@houtson - Thanks very much, I'll take a look.
@joepasquariello - Yes I'm using EEPROM emulation. I made the change and it's got this far:
SDClass::setMediaDetectPin(27)SD card is connected
target = fw_teensyMM...
Hello, is there somewhere I can ask questions? I'm getting the following:
created buffer = 0K FLASH (60FFC000 - 60FFC000)
++++ Firmware update ++++
reading hex lines...
abort - max address 60000010 too large
...
Thanks, that's interesting. Yes, I've got an SD card slot which can be checked at boot-up for a hex file and it can update itself. Better than getting users to install apps.
Thanks very much. I would like this to be a feature on the Teensy Loader. I wish the Teensy platform was more geared towards finished products, rather than hobbyists and one-offs. I can put a button on my product and a...
Thanks for the reply. An end user of a product wanting to flash updated firmware using the Teensyduino loader, needs to access the Teensy to initiate the upload, unless using an IDE.
Sorry if this is a silly question. Why do I always need to push a button or bridge the boot pad to ground when uploading a firmware hex file to a Teensy Micromod using the Teensyduino loader app, but it's automatic when...