Frederic Pillon

Results 262 comments of Frederic Pillon
trafficstars

By default core debug use the same uart than Serial but it is possible to use an other one.

Hi @matthijskooijman I've made a PR with a fix. for this issue. Could you test it and give us a feedback, please? Don't forget to remove your patch 😉

Currently, there is no CAN support

Yes but I can't tell when...

@BennehBoy Yes of course. All STM32 features are available thanks HAL/LL (if user enable the right HAL module). All stuff which can be done thanks the cube are available. By...

Hi @jacky4566 I'd love too. I know @geosmall made some work around CAN: https://github.com/geosmall/UAVCAN-for-STM32-Arduino

@seeers I think this is due to STM32F1 HAL update. looking at the Release_Notes.html: https://htmlpreview.github.io/?https://github.com/stm32duino/Arduino_Core_STM32/blob/master/system/Drivers/STM32F1xx_HAL_Driver/Release_Notes.html From version V1.1.3 / 09-October-2018: > HAL CAN update > Fields of CAN_InitTypeDef structure are...

Thanks @geosmall for the feedback. You can also document on the wiki if you want.

@pazi88 currently, there is no dedicated task for this on my side.

Hi @xC0000005 Thanks for this draft PR. First remark, you have to move the `dma.c` in the built-in library `SrcWrapper/src/stm32`, this will ensure the non weak IRQHandler definition will be...