wen wang

Results 13 comments of wen wang

@kae-made, The application size is over the stm32l475 RAM size, could you add "#define SAMPLE_PACKET_COUNT (16)" in nx_port.h to reduce the application size to fit stm32l475? then it can be...

@kaushaleinfo , there is no need to define __tx_SVCallHandler in 6.2.0 ThreadX, we have sample projects to demonstrate how to use 6.2 ThreadX: https://github.com/azure-rtos/samples

Try to fix this issue by creating a PR: https://github.com/bytebeamio/rumqtt/pull/859

> Please add an entry in rumqttc/CHANGELOG.md that mentions this as a fix, thanks! Thanks for suggestion. Updated, please have a PR review.

@hadongzhu, Thanks, you are right that it cannot exit low power mode when an interrupt masked by BASEPRI occurs When TX_PORT_USE_BASEPRI is enabled. Here is a workaround. ``` #ifdef TX_ENABLE_WFI...

@qasim-ublox, we have a module(cm7,gcc) project here https://github.com/wangwen-4220/stm32f746-disco-module/blob/main/stm32cubeide/sample_threadx_module/cm7/sample_threadx_module.ld we have done some fix about the sample_threadx_module.ld and txm_module_preamble.S. please let us know if it is helpful and we can close...

Hi, @RobMeades, We create a module sample project with stmcube( 1.10.1) (https://www.st.com/en/development-tools/stm32cubeide.html) which is free to use. Here is the project which uses the cortex-m4 gnu module port. the module...

We can monitor the global value from debugger windows: ![image](https://github.com/azure-rtos/threadx/assets/65378117/4d5a7a6e-179c-477d-949d-c41b7adf4226) you can build the project and see the gcc compiler and linker options from the console. ![image](https://github.com/azure-rtos/threadx/assets/65378117/23a084ce-2f48-45ae-82ff-2229fb9e1315)

The git hub project is using the default version integrated in the IDE. I did not change it to use gcc 12.2 release 1, because there will be errors when...