python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Will semaphore corrupt data transmission of peripherals like UART in a microcontroller?
Semaphore disables interrupts and so will this cause other operations like receiving data on SPI to get corrupt?

Joseph Stephen
Votes: 0
Answers: 2
Volatile variable not updated despite unoptimized assembly
I'm working on a dual-core Cortex-R52 ARM chip, with an instance of FreeRTOS running in each core (AMP), and using ICCARM (IAR) as my compiler.
I need to ensure that CPU1 initialize some tasks, in ord...

BowTieping
Votes: 0
Answers: 0
Hard Fault when optimization level 1 is enabled (FreeRTOS)
I have the following function used to test the file system (yaffs2). It is called by a FreeRTOS task with a stack size of 65535. In debug mode, everything appears to work fine, but when I enable -O1, ...
EserRose
Votes: 0
Answers: 0
Event-based task management using FreeRTOS
I'm trying to pick up C, using an esp32. While looking at exactly how FreeRTOS works, I found the following page regarding how to use the tasks, and best practices etc.
https://www.freertos.org/implem...
Cinque
Votes: 0
Answers: 1