Skip to content

HQU-gxy/EVB1122_USBHS_Datatransfer

Repository files navigation

EVB1122

See EVB1122 | 配备高增益天线的ICL1122 SoC评估开发板, which use ICL1122 as RF SoC. I believe S5KM312CL is the same chip as ICL1122.

Not sure why this company only provide the datasheet after buying the evaluation board. Even then, I have no access to the register table/map, only being configured with the provided SDK. (They provide a tool to generate a register table without telling the exact meaning of each register, of course, the tool is not open source)

I choose to not redistribute the configuration tool, until I have a better understanding to make an open-source version.

  • duilib is used as GUI framework for the configuration tool.

Warning

I have never test the program nor the build artifacts on the real hardware. Before I make sure the correctness of the program, please use it with caution and problems are expected to be found.

You can find various information about the board in the docs directory. See the datasheet for more details.

I would post more research results in the future if I have time.

MCU

MCU is STM32F429VETx, which is a member of STM32F4xx family.

boards_entry.txt

GenF4.menu.pnum.GENERIC_F429VETX=Generic F429VETx
GenF4.menu.pnum.GENERIC_F429VETX.upload.maximum_size=524288
GenF4.menu.pnum.GENERIC_F429VETX.upload.maximum_data_size=196608
GenF4.menu.pnum.GENERIC_F429VETX.build.board=GENERIC_F429VETX
GenF4.menu.pnum.GENERIC_F429VETX.build.product_line=STM32F429xx
GenF4.menu.pnum.GENERIC_F429VETX.build.variant=STM32F4xx/F427V(G-I)T_F429V(E-G-I)T_F437V(G-I)T_F439V(G-I)T

Reference