suda-morris
suda-morris
Thanks @MarsTechHAN I'm using Manjaro, with python 3.8.6 After comment out the "set_configuration", it will fails at `clain_interface`.
any updates?
I remember we did such a test years ago. The result shows that, LAN8720 will keep REF_CLK output even in reset state.
> SpinalHDL simulation uses verilator as backend. Have you build and installed verilator on your system? Thanks for replying. Yes, I installed verilator using pacman in my system. ```bash ➤...
Thank you @gyn I checked it in this way, seems like polynote can execute these commands. 
Hi @morgana2313 May I know how you use the onewire_bus and the ds18b20 components? Are you using them with [component manager](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html)? In the manifest file, we have declared the [dependency](https://github.com/espressif/esp-bsp/blob/master/components/ds18b20/idf_component.yml#L5)...
@michal-olszanowski What information do you want to be exposed from the `ds18b20_device_t`? The address? You can get the device address from `onewire_device_t::address`
Have you enabled `CONFIG_PM_ENABLE`? Please also attach your sdkconfig.h
have you called `esp_lcd_panel_io_rx_param` function with the `io_read` handle in your apllication code or in your st7789bl driver?
@bryghtlabs-richard I can reproduce the problem now. Thanks for reproting. The issue lies on, when SPI bus switches devices, it didn't update the connection between the SPI signal and the...