I have a microcontroller and I have implemented bare-metal code on it like Arduino, stm32f030. Currently I’m on MSP430 and it’s flash is only 16kb. I also have a gsm module sim800l. With my bare-metal code, I can send and ...
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
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
Hello everyone, I am using stm32 for RTC where I have encountered with a problem i.e whenever I do the reset or power off the board the clock is working fine which means it is showing the exact time even ...
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.
I amusing dsPIC33CK32MC102 for a project when i try to upload the hex file it gives following error [ Pgm ] at 0x0, expected 0x00040200, got 0x00000000. How do i solve this
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
hello everyone help me to complete the task. the task is to read the output from the field sensors the output is in between the range 4-20ma i have to take that as a input to the stm32 microcontroller ...
How to use the 2 USART in STM32