Correct baudrate for Husky/iCE40

Hi,

I have been running Husky with a iCE40 target for a couple of weeks now. Everything is fine so far, except that I have not been able to monitor the response from simpleserial_put().
The response can be reliably received for an ARM target running the same firmware.
I am using the default scope and target settings, with baudrate 38400.
Anything I need to change for iCE40?

Thanks for any help.

As with most of our targets this will depend on whether you compiled your firmware with SS_VER_2_1 or SS_VER_1_1: chipwhisperer/firmware/mcu/hal/neorv32/neorv32_hal.c at develop · newaetech/chipwhisperer · GitHub

(I’m assuming your question relates to the neorv32 soft-core, based on your previous post. If not, please provide the necessary details.)