I’m using nucleo-f446re for sending data by uart when i use uart2 it’s not working but when i use uart1 then it works can anyone tell me why it’s happening. I using PA2->Usart2_tx PA3->Usart2_rx While usart1 PA9->Usart1_tx PA10->Usart1_rx
Embed Threads Latest Questions
As question suggest does anyone has used any sort of sensors with good accuracy for such use case? I am more interested in optical sensors.
Can anyone share analog physical design and layout design materials here?
Hi friends , I want to know about cjson library in simple notes.Or can you please suggest any other library to parse json data. Thank you
Augmented reality services transform the way businesses engage with customers by overlaying digital information onto the real world. These services enhance user experience, drive customer engagement, and provide innovative solutions across various industries, from retail and healthcare to education ...
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 ...
fjhjf
Poll Results
Please login to vote and see the results.
Participate in Poll, Choose Your Answer.
Safety-critical systems require high reliability. This poll aims to explore the techniques used to ensure safety and reliability in embedded applications.
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?