Ask questions, find answers, and share insights on STM32 products and their technical features.
I am using nucleo-f446re board. It was running perfect before but suddenly i am getting USB device not recognized when I plug in my board to my system. And in device manager it is showing device descriptor request failed. Please suggest me the soluti...
Hi,I am porting an application from the STMF429ZI to the STMH753ZI and have noticed that the STMH753 is slower when reading the GPIO inputs compared to the STMF429. In one function, multiple GPIOs are read to gather 16 input states. Measuring this fu...
Hello Community,I am using STM32H745 controller in one of my project.I am trying to send data from M4 core to M7 core using SRAM. To test the same I am increment a variable and writing to 0x10040004 location from M4 and reading the same location (als...
Hi,I am planning to implement DALI on STM32G MCU, I have looked at the documentation but all the example projects are with STM32L1 or STM32F1 and the library provided by STM is based on IAR workbench. My questions are Can I implement DALI Slave on ST...
I am troubling to write and read data from external SDRAM & NOR Flash in our custom made hardware which has STM32F429 controller.Thread is disconnecting while debugging & writing & reading operation not succeed.Can you please explain the all steps in...
Hi everyone,I expected to get a faster multiplication processing using the arm_mult_f32 function than a normal multiplication like val1*val2. However, when I tested it using the SysTick->VAL I get a bigger processing time for the arm_mult_f32 functio...
Hello,I'm new to all this, first-year uni student and still learning java. I'm working on someone else's code for the uni motorsport club in c++ and the original coder has left.Currently, we detect the wheel speed using a hall effect sensor and captu...
Hello,I connected my STM32 board and it's blinking.However, I get "Found 0 stlink programmers" when I run st-info --probeI am running Catalina 10.15.2.Would anyone know how to resolve this? I looked for info/drivers but did not find anything.st-info ...