I have connected my STM32U5 series board(B-U585I-IOT02A Discovery kit ) to my PC. Here I am not able to see my device under the “Device Manager” section & not even in the “My computer” section as a Memory space. It is ...
Embed Threads Latest Questions
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
Hello, I’m curious to know if there is a method to send data to an HTTP server or any other database using the GSM 5 click module in conjunction with the STM32 Nucleo board. If anyone has experience or knowledge in ...
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!
I am new to STM32 development and I am unsure about which specific STM32 model would be the best fit to start learning. Can anyone provide guidance on selecting the appropriate STM32 model compatible with the NUCLEO board? Additionally, I am ...
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 want to program ESP32 using OTA. But based on my research in internet I got to know that to do this, the esp32 and the computer(used to upload code) should be connected in the same wifi network. What if ...
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 ...