CanOpenSTM32 icon indicating copy to clipboard operation
CanOpenSTM32 copied to clipboard

Add STM32F3DISCOVERY example

Open mlout opened this issue 5 months ago • 0 comments

  • Update CANopenNode to the latest available version. I have checked that all existing example projects still compile. I do not have the hardware to test them all unfortunately.
  • Add example project for STM32F3DISCOVERY which uses CAN and FreeRTOS
  • Add a different locking implementation which can be used with FreeRTOS. This can be enabled using the USE_FREERTOS_LOCKING preprocessor symbol. This is enabled in the example project mentioned above.
  • Add a flash storage example for writing Object Dictionary values to the flash memory. This is only tested on STM32F3xx MCUs! This can be enabled using the USE_CO_STORAGE_FLASH preprocessor symbol. This is enabled in the example project mentioned above.
  • Fix some printf format specifier warnings in CO_app_STM32.c

mlout avatar Sep 10 '24 12:09 mlout