Hi together,
I was the opinion this couldn't be too complicated but as I am totally new to this I fail again and again...
Hardware: MIMX1050RT-EVKB with uSD to m2 Adapter and 1DX m2 Module for Wifi.
Aim: Just posting "Hello World" to MQTT client like in the video, for example every second.
IDE: MCUXpresso v11.2.0 with installed SDK for the board.
What did I do? Created new project with FreeRTOS as OS and tried nearley everthing I have found in the "Getting Started Documents". Can someone help?
Thanks in advance.
Max
Solved! Go to Solution.
Solution can be found here:
https://forums.freertos.org/t/i-mxrt1050-aws-demo-shadow-wiced-problems/10955/29
Solution can be found here:
https://forums.freertos.org/t/i-mxrt1050-aws-demo-shadow-wiced-problems/10955/29
I have a feeling that my problem has something do to with the priorities of the tasks but I have no idea how to solve this. I will go trough the link you provided. Thanks so far.
Could someone check my freeRTOSConfig.h (attached), please?
I have to admit that I am a absolute beginner to this. Sorry! Please let me know if you need any further information.
I am pretty sure that it has something to do with the task priorities…
Soometimes it will run into a hard fault..
Ok, here are the detailed steps:
i,
Thanks for your reply.
It seems a bit weird, I did the same debug action ad you did, however, I've not encountered the issue.
Can you upload your project, then I can run it for testing?
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Yes. It's weird. I realized something.
So it will always work once. After starting my PC when I connect the board to my laptop the demo will run fine but not a second time. Even reconnect wont help. Only shutting down and wait.
It seems to be an hardware problem and not a software problem?
Hi,
Thanks for your reply.
Maybe you can try other IDEs like Keil, IAR to debug, and I'd like to know whether the code can run well after exiting debug mode.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
I have no IAR licence and I struggle with KEIL but the other demos in MCUXpresso, which are not aws, will always work fine. I am desperate.
Any Jumper that has to be changed for aws?
Hi,
Thanks for your reply.
1) Any Jumper that has to be changed for AWS?
-- No, I'm afraid not.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
I'd like to know ever you test with other PC, and also encounter the same issue or not.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
It is bit hard to explain because I could not figure out what causes the problems.
There is a good chance that the code will run well the first time. There is also a good chance that it won't work well after I debug or re-connect the usb cable to my laptop.
I will try Keil for debug. Thanks so far!
Hi,
Thanks for your reply.
I‘ve not encountered the issue before, so I was wondering if you can introduce the steps of testing you did in detail, as I'd like to replicate the issue you mentioned.
Looking forward to your reply.
Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------
Hi,
thanks for helping me.
I build aws_remote_control_wiced example. I changed SSID and wifi password. It could connect to wifi (see picture 1).
Then I replaced the original client_credential_keys.h file with the one I created in the configurator and got the failure in picture 2.
In picture 3 you can see "something" is happening...