WanLei
WanLei
好文艺的功能啊,我支持支持,点赞
@bryghtlabs-richard Hi ~ Yeah your idea is correct, but I think add API to adjust device's freq have other consideration: - SPI driver can do a sync/async communication, when it...
@bryghtlabs-richard > 1. Lower chip-select > 2. Send command-byte @ 40MHz > 3. Read data-byte @ 6.66MHz > 4. Raise chip-select Yeah, by control CS pin manually, things goes simply,...
@arvind55555 Please note `t.length` is in **BIT** not BYTE
@acha666 Not really understand in your log `Test: 00 90 ----------------------- 0x90 is register value since the last run, should be 0x00` And checked that the output is right `mode...
@ImDevinC Not sure if issue from share interrupt somewhere in esp_home, but I have a patch for share interrupt, you can have a try with patch or replace your `esp-idf\components\esp_driver_spi\src\gpspi\spi_master.c`...
Dazza0 is pause to maintian twai driver, I'll trying on this issue, sorry for block long time, I may need some time try to reproduct ,,
@giga993 Hi, I think I'm now reproduce this issue, it caused by a frame is interrupted during a frame receiving, then the next received frame will broken data. enable or...
> I think I'm now reproduce this issue I'm NOT correctly reproduce the issue, I de something like disable the config `CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID` then it get samilar issue,,, After actually enable...
@energizer77 Hi, Thank you for your reply the log is resonable and indicate the workaround is corect, But what I want is the log when your messages broken, can you...