Nikita

Results 16 comments of Nikita

Hello! I am also trying bring up usbfs (and usbd) IP on ch32. Why stall is not supported on USBFS? In the datasheet I can see: ``` R8_UEPn_TX_CTRL MASK_UEP_T_RES ->...

Found this issue https://github.com/apache/mynewt-nimble/issues/823 Made some fix, but validation needed

Found this issue https://github.com/apache/mynewt-nimble/issues/823 Made some fix, but validation needed

There is new code: ```python #!/usr/bin/env python3 # SPDX-License-Identifier: GPL-3.0 # Copyright 2024 Frank Zago # Generate chips.h from upstream wcfg files import configparser ``` Where wcfg files can be...

I already checked, but with random 62K data. Here is closed PR https://github.com/frank-zago/isp55e0/pull/17 with log from my console.

Well, I can think that typo in doc also possible. Let postpone this issue for a while, I have plans to code some test for ch32x035, I will also make...

I just come to ch32x035 EVT and first applications. ``` /* Flash Program Valid Address */ #define ValidAddrStart (FLASH_BASE) #define ValidAddrEnd (FLASH_BASE + 0xF800) ``` EVT has same settings for...

I asked vendor about this, the answer was that there actually two versions, 48k and 62k! 48k is old one. We can read specific register to understand what version we...

glibc build is broken in this sdk. even musl build is actually not correct, buildroot cannot take proper systroot from multilib toolchain, it takes not proper one, but somehow it...