AndrewCapon
AndrewCapon
> I have no memory of actually doing this code! Whoops posted under the wrong account!
Hi Stephan, I am also having problems unrelated to this with SDCard access. Just using the normal flash linker script I am getting the same SDMMC_IT_RXOVERR when calling f_read(), also...
Hi @stephenhensley You are spot on, all working now. Thanks very much for the info. Andy
Thanks for that @rppicomidi, very useful info. There is a typo though which causes issues on a mac: ``` #if MIDI_NUM_CABLES>1 TUD_MIDI_DESC_JACK(2), #if MIDI_NUM_CABLES>2 TUD_MIDI_DESC_JACK(3), #if MIDI_NUM_CABLES>3 TUD_MIDI_DESC_JACK(3), ``` should...
Hi Guys, This is just a note to say that if FREERTOS_KERNEL_PATH is defined as an env var none of this works, it only works if the env var does...
Yep full absolute path, this is on a Mac with big sur.
Hi Guys, I have put in two PRs to add the board: https://github.com/platformio/platform-ststm32/pull/735 https://github.com/platformio/builder-framework-arduino-core-mbed/pull/9 Cheers Andy
It is all a bit on hold. The Arduino guys are currently working on a different way of differentiating between various STM32h7 boards, once this is done I will have...
> It is all a bit on hold. > > The Arduino guys are currently working on a different way of differentiating between various STM32h7 boards, once this is done...
Here is a zip with the changes is as well, basically the files go into the same location in the `.platformio` folder. Probably best to back up the .py files...