Skip to main content

Questions tagged [freertos]

FreeRTOS is free real-time operating systems for embedded systems that currently supports over 30 different CPU architectures. It has a small memory footprint making it suitable for microcontrollers that do not have an external memory bus.

1 vote
1 answer
62 views

The ESP32's official RTOS development framework is ESP-IDF, which typically uses FreeRTOS. But I wanted to know if we can do Zephyr RTOS in ESP32? If so does it have some framework made by the vendors ...
user avatar
0 votes
0 answers
109 views

I am trying to implement the HTTP server and two TCP servers on Port 5000 and 5001 using FreeRTOS, but what I notice is if I try to connect all these three simultaneously it is failing, only gets to ...
Aryan's user avatar
  • 21
0 votes
0 answers
143 views

I am testing RTOS's StreamBuffer and it doesn't receive what it sends: ...
KlimDuda's user avatar
0 votes
1 answer
379 views

I am using stm32 bluepill board along with Freertos. I understand that ST provides HAL drivers for peripherals for their MCUs (https://www.st.com/resource/en/user_manual/um1725-description-of-stm32f4-...
Deepak Kumar's user avatar
0 votes
2 answers
819 views

I was working on an embedded system project and wanted to develop a peripheral driver for Ethernet connection supported by stm32 bluepill board. I wanted to use FreeRTOS. I understand that there are ...
Deepak Kumar's user avatar
0 votes
1 answer
65 views

I am trying to write to an OSPI Flash drive MX25LM51245GM with the FreeRTOS+FAT. The write to the SPI flash is successful for data size of >4096. But the read always returns 0 no matter what the ...
siddharth taunk's user avatar
0 votes
0 answers
447 views

MCU is an STM32L422 FreeRTOS (CMSIS-V2), 3 simple tasks, they run just fine on their own. USART1 is configured to receive data via IDLE detection and DMA circular buffer. Again it works fine on it's ...
Charles's user avatar
  • 157
0 votes
1 answer
430 views

I have worked on bare metal programming so far. I want to make a step into RTOS. I have a Nuvoton made M032SG8AE MCU.I want to port FreeRTOS to it. I created a project and ported heap_1.c, port.c, ...
Bowman's user avatar
  • 377
2 votes
1 answer
2k views

I am working on a project based on the ESP32 processor and Arduino framework, which communicates with another board via CANBUS protocol. The bitrate is 125k so it is presumably "fast". I am ...
WikiLift's user avatar
0 votes
1 answer
151 views

This is about a data collection device. It mainly contains a Linux operating system, various data interfaces such as RS232/RS485/CAN/SDI-12/RJ45, etc., and a communication module for 4G and satellite ...
zilong li's user avatar
0 votes
0 answers
305 views

I am working on the STM32H753 Evaluation board and I have a software architecture with an SBSFU running in the internal flash, that jumps to the External NOR flash to execute the user application (...
Sreedhar's user avatar
0 votes
0 answers
127 views

I am thinking about building a system that utilizes two microcontrollers that communicate with one another. Currently, I am looking into using two stm32 microcontrollers. They have two cores and I ...
user16824253's user avatar
0 votes
0 answers
176 views

Environment: STM32F103ZET6 FreeRTOS Kernel V10.3.0 MDK or arm-none-eabi-gcc My program stopped working when I added a queue to receive messages from RS232. I managed to reproduce the problem with the ...
Nugnikoll's user avatar
1 vote
0 answers
218 views

I'm working on a graphic interface that uses an ESP32 alongside a Nokia 1616 LCD. I am editing old code that someone wrote and it works correctly and it is based on FreeRTOS and I am trying to add a ...
salar1991's user avatar
  • 127
1 vote
2 answers
915 views

I have not kept up with microcontrollers over the last few years, and am teaching a new EE out of college practical firmware on devices. When I learned how to write firmware, I started with a PIC16 (...
Leroy105's user avatar
  • 1,947

15 30 50 per page
1
2 3 4 5
9