In today’s world, technology has penetrated into every aspect of our lives, and more and more outstanding developers are gradually coming into our view. However, for many independent developers, how do they earn income through their technical skills and passion? Independent ...
Category: Embedded Software Development
This category can cover discussions related to embedded software development, including programming languages (C, C++, Python, etc.), development environments, debugging techniques, software architectures, and best practices.
Embed Threads Latest Questions
In September 2024, the long-awaited iPhone 16 was officially launched. Its unique button function and powerful A18 chip attracted countless onlookers. Are you, as a developer in front of the screen also excited about this? Want to learn how to ...
Hello All, I am trying to read input frequency at PD0 pin of STM8S105 which is linked with TIM3 Channel 2 of microcontroller. I am using STVD and cosmic compiler with standard peripheral library. Unfortunately I am getting lot of ...
Hello, I would like to know in MSP430 Controllers DSP Library can we use those libraries to find AC signal amplitude using DFT or FFT method. also if any other method is available rather than normal RMS calculation it would be ...
void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { if (htim->Instance == TIM6) { data =1; } } int main(void) { /* USER CODE BEGIN 1 */ /* USER CODE END 1 */ /* MCU Configuration——————————————————–*/ /* Reset of all peripherals, Initializes the Flash interface and the ...
Suggest the roadmap to embedded software developer to a B.Sc..,Computer science
Hi, the Arduino Uno will transmit CAN Extd frames over the CAN Bus every 1sec, and also Arduino Uno is also configured to Rx as well. On STM32F407VGT6 side, I have called, CAN_Init() (HAL), CAN_Start() and inside infinte loop. I’m ...
I am a fresher working on STM32F4 discovery board trying to print message on serial port with 9600 baud rate.However after building the the code successfully and running the code, message is not displaying on the com port.What could be ...
when slave address is placed in DR register then ADDR bit set but when control return from the address phase function the bit is cleared automatically . PS: this happens only in debug mode