Become a leader in the IoT community!

New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!

Step 1 of 5

CREATE YOUR PROFILE *Required

Change Email
OR
Step 2 of 5

WHAT BRINGS YOU TO DEVHEADS? *Choose 1 or more

Collaboration & Work 🤝
Learn & Grow 📚
Contribute Experience & Expertise 🔧
Step 3 of 5

WHAT'S YOUR INTEREST OR EXPERTISE? *Choose 1 or more

Hardware & Design 💡
Embedded Software 💻
Edge Networking
Step 4 of 5

Personalize your profile

Step 5 of 5

Read & agree to our COMMUNITY RULES

  1. We want this server to be a welcoming space! Treat everyone with respect. Absolutely no harassment, witch hunting, sexism, racism, or hate speech will be tolerated.
  2. If you see something against the rules or something that makes you feel unsafe, let staff know by messaging @admin in the "support-tickets" tab in the Live DevChat menu.
  3. No age-restricted, obscene or NSFW content. This includes text, images, or links featuring nudity, sex, hard violence, or other graphically disturbing content.
  4. No spam. This includes DMing fellow members.
  5. You must be over the age of 18 years old to participate in our community.
  6. Our community uses Answer Overflow to index content on the web. By posting in this channel your messages will be indexed on the worldwide web to help others find answers.
  7. You agree to our Terms of Service (https://www.devheads.io/terms-of-service/) and Privacy Policy (https://www.devheads.io/privacy-policy)
By clicking "Finish", you have read and agreed to the our Terms of Service and Privacy Policy.

How can i configurate freertos in stm32cubemx?

@superbike_z @techielew i have project based in board stm32f4 dicovery and i should be management modules (dht22,lcd_i2c,rfid rc522,etc) in real time using FreeRTOS … i use in this project stm32cubemx and iar embedded workbench
file0.jpg

  1. superbike_z#0000

    Nice! tell us more about this project, please.

  2. ala_hassine#0000

    ok no problem … The goal of this project is to develop a home automation system for controlling and monitoring various household elements. The system will manage common household devices and detect essential parameters, such as humidity, temperature, and RFID tag presence, allowing for actions like controlling lights or opening and closing doors with a motor. Additionally, the system will be managed in real-time using FreeRTOS to ensure efficient and timely response to user commands and environmental changes.

  3. techielew#0000

    You asked about FreeRTOS bringup on this before. What issues have you been experiencing in this setup?

  4. rahul2567.#0000

    @ala_hassine for the monitoring data you can use UART based display module also?

  5. ala_hassine#0000

    i use interface graphic based in C++/Qt

  6. superbike_z#0000

    what part of that combination is problematic for you?

  7. umeshlokhande#0000

    Hi @ala_hassine Here’s dedicated Engineering Hour session about using FreeRTOS with STM32CubeIDE *timestamp 35:19*. Its detailed and step-by-step guide <https://www.youtube.com/watch?v=reX6S8x94eM>. I’m sure this video will answer otherwise we’ll be happy to help you.

  8. ala_hassine#0000

    my problem is how i can configurate freertos in stm32cubemx and how for example generate many tasks in same time

  9. marveeamasi#0000

    Right there in the stm32cubemx go to the **middleware** section and turn on **freeRTOS** . After dat you should check wher you would see **Tasks and Queues** and click **Add** to make more of tasks. When the code is generated, you’ll see the tasks in **freertos.c**

  10. marveeamasi#0000

    You can then edit the `StartDefaultTask()` function to set what each task does

  11. superbike_z#0000

    What configuration settings are you trying to set up and why do you need to genetate multiple tasks?

CONTRIBUTE TO THIS THREAD

Browse other questions tagged