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 ...
Embed Threads Latest Questions
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 ...
I have a header file (.h) that is included in multiple .c files. In this header file, there is a variable declared as static. Since the header file is included in multiple files, there can be multiple accesses to that ...
Suggest the roadmap to embedded software developer to a B.Sc..,Computer science
I am trying to port zephyr rtos on shakti processor, it s a riscv based 32bit processor. They already have ported the zephyr rtos to shakti v1.13. I want to port the latest zephyr rtos v3.4.0 to it. I ...
As a firmware developer, I’m interested in learning about best practices for firmware development in embedded systems. What are some recommended coding practices, modular design approaches, and software testing strategies for developing reliable and maintainable firmware?
I am a fresher scheduled for my first face-to-face interview tomorrow as an embedded developer. The interview will primarily focus on C, Embedded C, SPI, I2C, and UART. Could you please suggest which topics are the most important for me to ...
Could someone please provide a comprehensive roadmap to become an Embedded Firmware Engineer? I am looking for guidance on the necessary steps and resources to acquire the skills and knowledge required for this career path. Thank you!