CBOR support for stm32.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-21 6:20 AM
Hi,
I want to use CBOR for my stm32F7. Is there any recomendation by ST for it or any opensource library that can be integrated?
Labels:
- Labels:
-
STM32Cube MCU Packages
-
STM32CubeMX
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-21 10:20 AM
Can you possibly use one of the C/C++ implementations from the CBOR website, e.g. TinyCBOR?
Regards
/Peter
In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-21 11:10 AM
Have you tried this? https://github.com/ssilverman/libCBOR/blob/master/src/CBOR.h
