BRT Community

General Category => Discussion - EVE => Topic started by: Jonathan on March 02, 2023, 10:48:32 AM

Title: Porting ESD to esp32-s3
Post by: Jonathan on March 02, 2023, 10:48:32 AM
Hey,

I am wokring with an BT815 and want to port the code generated from the ESD to esp32-s3 (at least I want to try). I have studied the AN_73 (porting guide for stm32) and think I got a rough overview how the porting could work with esp32-s3.
Hay anyone done this already?

Best
Jonathan
Title: Re: Porting ESD to esp32-s3
Post by: Rudolph on March 29, 2023, 06:16:01 PM
This is sitting here for a while without answer.
I do not use ESD so I can not help with that.

But I did adapt my own library to support ESP32-S3.
And all I really had to do in the end was to change "HSPI_HOST" to "SPI2_HOST".

https://github.com/RudolphRiedel/FT800-FT813/commit/4ae0c9528cc19a3aa22bc3a04fdd342e228bc112#diff-92b732b6e4e26528d362dcb9511f14bd649a7e285afb36bc90b7db465549249e

Edit: and sorry, I just noticed that I was trying to help with the wrong issue.
I believed going from ESP32 to ESP32-S3 was what you are trying to solve as I thought ESD is supporting ESP32 already.
But it is the BRT_AN_025 library that is supporting ESP32. among others, not ESD.