Re: [protobuf] Protobuf-c usage for 16bit microcontroller

2021-04-06 Thread 'Adam Cozzette' via Protocol Buffers
The protobuf-c project is actually a separate implementation that we don't control, but you could try asking this on the protobuf-c mailing list here: https://groups.google.com/g/protobuf-c On Mon, Apr 5, 2021 at 9:11 PM patanjali nayak wrote: > Hello, > > I am using R5F101GC, 16bit microcontrol

[protobuf] Protobuf-c usage for 16bit microcontroller

2021-04-05 Thread patanjali nayak
Hello, I am using R5F101GC, 16bit microcontroller in my project. ROM size : 32KB, RAM size : 2KB I have below queries: 1. Can I use protobuf for message communication for 16bit microcontroller? 2. Is there any other constraints that needs to take care while using protobuf message format in my pr