-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Provided a clear description of your suggestion.
- Included any relevant context or examples.
Issue or Suggestion Description
Hi,
I'm having a hard time integrating the ESP-Hosted-MCU into my STM32 project. In my setup, I'm using the ESP32 as the slave and the STM32U575ZIT6Q as the host. I'm using SPI FD for communication and not using Bluetooth.
The main focus of my project is to create a UDP server that sends status messages to anyone who has subscribed. It's similar to MQTT, but much simpler. It's a semi-proprietary protocol.I tried many times to integrate it, starting with an empty project and gradually trying to resolve all compile errors, but I can't finish. I'm sorry if this is a similar request to others, but I'm the only one getting these errors, and I don't know why.
What steps should I take to get it working?
Thank you in advance to anyone who can help me.