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
I’m starting a new embedded project and I’m unsure whether to use a bare-metal approach or an RTOS-based approach. What are the advantages and considerations of each approach? How do I determine which approach is most suitable for my project?
Hello, I’m working on ESP32(basic one) on Espressif-IDF. I have coded all the Application parts needed for my project and is working fine. Now, I have to focus on Power Management. I was going through the Documentation provided by the ESP, ...
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?
I hope I can get the answer from the scratch. Iam urging any documents also please provide in group or ping to my personal mail.tq in adv.
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 ...
Hi, I am working in SAP domain from past three years. Last year I explored embedded system and decided to go ahead in it. As I am an Electronic and telecommunication graduate, I am familiar with electronics fundamentals. I am good in C, ...