Udo Eberhardt

Results 9 comments of Udo Eberhardt

Hi Jonatan, Thanks for following up. Meanwhile I implemented a workaround: At top of stack I reserve two zero-initialized words (8 bytes in total) of which RTX is not aware....

Hi Jonatan, Hi Robert, I downloaded the GDB sources from [](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) and spent some time with analyzing the code to get an idea how stack unwinding works. In case you...

Hi, Yes, I can create an MCUXpresso demo project for you. Which eval board do you have available? RT1060? RT1170? Udo

Okay, I will prepare a test project for the RT1060 EVK. But this might not be available before the end of next week (Oct14), sorry. I use MCUXpresso (which has...

Hi Domen, I was able to reproduce the issue using MCUXpresso and the RT1060EVK board with integrated debug adapter (DAP). I attached my demo project as evkbmimxrt1060_igpio_led_output.zip. Here you can...

Hello, Is there any news? Did you receive my demo project? Udo

Hi Domen, I was able to replicate my workaround in the demo project. For this, I changed the thread setup code as follows: ``` osThreadAttr_t tattr; memset(&tattr, 0, sizeof(tattr)); tattr.name...

Hi again, I also tried a simple AzureRTOS sample which comes with the NXP SDK: Import SDK examples --> azure_rtos_examples --> threadx_demo Here is a screen shot from the IDE...

Hello, May I ask for a status update? If I can provide further info, let me know. Udo