We have a custom PCB board, and we’re making use of the CP2105 IC. But we’re getting junk data on the Serial output. Any idea on how to debug the issue? The device is getting recognized and the baud rate is ...
Embed Threads Latest Questions
Any one have worked on atmega64a, atmega128a or atmega2561 ? My question is how to download program using USB ASP programmer? Do I have to use pin 2, 3 as miso, mosi ? What is the role of pin 1 ...
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?
Hello, I have 1 year of experience in Embedded Firmware Development. Now I’m willing to learn PCB Designing. I would appreciate it if someone gives me the roadmap to learn PCB Designing efficiently. Thanks!
Poll Results
Please login to vote and see the results.
Participate in Poll, Choose Your Answer.
Emerging technologies can transform the embedded landscape. Share your thoughts on which technology will have the most significant impact in the near future.
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’m interested in learning about different testing strategies and approaches for embedded systems. What are some effective techniques for unit testing, integration testing, and system-level testing? How can I ensure comprehensive test coverage and reliable verification of my embedded system?
Poll Results
Please login to vote and see the results.
Participate in Poll, Choose Your Answer.
Embedded Systems development offers an array of captivating aspects. Whether it’s low-level programming, real-time operating system, IoT connectivity, or firmware development, each facet holds its own allure. What aspects of embedded system development fascinates you the most? Share your thoughts!
Hello everyone, I am currently seeking assistance in identifying the most suitable sensor for accurately measuring the level of waste in a garbage bin. I have initially chosen the ultrasonic JSN-SR04T sensor; however, it is exhibiting certain precision issues, Currently, ...