Frederic Pillon
Frederic Pillon
Hi @timaker We found an "issue" btw a Jetson nano and a STM32 with I2C. It seems the stretching cause some trouble. Could you try to change this line: https://github.com/stm32duino/Arduino_Core_STM32/blob/25d5d1e44569ef5ef0f80148fa25ed2021124ced/libraries/Wire/src/utility/twi.c#L769...
Honestly, modifying only one variant for this stuff is not the proper way. From my point of view your change is more a user customization and should be used like...
Just a quick though, as it seems `__initialize_hardware_early ` doesn't exists anymore (as I can see it was available on old SPL drivers) maybe it can simply check at the...
_From @palmerr23 on May 6, 2017 7:3_ Frederic, I've tested a number of ADC modes - polling, interrupt, DMA. Example files are in https://github.com/palmerr23/Black-F407VET6-cube/tree/master/examples Currently debugging Dual Mode Interleaved (edit:...
Proposed to move on the new repo [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32) as this one is deprecated. (same code).
_From @palmerr23 on May 24, 2017 8:36_ Frederic, Fine by me. I'm shifting across to the new core also.
Yes, this is what I would like. Like for timer: HardwareTimer...
> Any updates on this, I also believe that dfu-util will be a great feature to have as a default. Same answer as before: > Anyway, I will not merge...
Any contribution are welcome.
@MCUdude You can add an GenF4 menu, this is not a problem. About Arduino pinout this is not an issue. We only try to do a correct pins mapping when...