BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Author Topic: Porting ESD to esp32-s3  (Read 7356 times)

Jonathan

  • Newbie
  • *
  • Posts: 10
    • View Profile
Porting ESD to esp32-s3
« 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
Logged

Rudolph

  • Sr. Member
  • ****
  • Posts: 390
    • View Profile
Re: Porting ESD to esp32-s3
« Reply #1 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.
« Last Edit: March 30, 2023, 04:46:54 PM by Rudolph »
Logged