arilink-tech

Results 21 comments of arilink-tech

@zi-niu Did you configure and generate the project through CubeMX and then port ThreadX and FileX? I also want to perform a similar operation, but I am not sure about...

Are you using the same chip and engineering directly? I’m using H750 and can’t directly use H735’s project. Porting H735’s code keeps prompting that the mount fails.

Hi zi-niu Are you Chinese? I feel that you have a deep research on ThreadX and its supporting components. I want to learn more from you. ***@***.*** From: zi-niu Date:...

ok i will try it thankyou very much

@CHAMSTM AzureRTOS and its components are very good. I have been working hard to apply it to actual projects. Our projects mainly use ThreadX and USBX. The example you gave...

1.I #define TX_TIMER_TICKS_PER_SECOND 1000 in the tx_user.h file 2.The delay of the descriptor is set to 1ms ![endpoint](https://user-images.githubusercontent.com/30901123/135012461-358e95be-31df-4b21-8938-de5f76e68596.png)

I used an oscilloscope to confirm that the time reference of tx_thread_sleep() is normal. Another project of mine uses TinyUSB. The descriptors of the two projects are the same. But...

I measured it with an oscilloscope to determine that the ThreadX tick is 1ms, and the same descriptor can be used normally on STM32H7. It can transmit data 1000 times...

I can basically determine that the USB transmission problem is caused by FIFO allocation. When I only use HID and allocate the USB FIFO as shown below, HAL_PCDEx_SetRxFiFo(&hpcd_USB_OTG_FS, 0x80); HAL_PCDEx_SetTxFiFo(&hpcd_USB_OTG_FS,...