ESP32-s3 based board not working in Arduino

I have a custom board using ESP32s3 based Wroom-1 module. The board is working with other softwares such as ESP-IDF and Micropython. But it is not working with Arduino.

I am wondering what might be the issue. ? I can flash the borard but the serial terminal does not work or if I change the device memory options from the tools menu then the board reboots each few seconds.

Quite likely wrong board settings.
Are you using CDC or UART?
On IDE you have USB CDC On Boot: Enabled?

Did you create a board's entry? Or do you think your board will work with an existing board's entry, and if that is the case, have you made all the needed settings in the Tools menu?