Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello everyone,I'm trying to read the frequencies of the TCS3200 sensor, which should give frequencies according to the colors it detects.The sensor, used with Arduino, works very well, however using it with an STM32G0 I encounter difficulties: when ...
Hello...I am collecting 480 samples of multiple channels of A/D1....I want to do this every 60 seconds. I am running in Normal mode because if I stay in Circular mode the A/D data continuously updates even without the trigger which is not what I want...
In AN2606 it says:"For STM32 devices having the Dual Bank Boot feature, to jump to system memory from user code the user has first to remap the System Memory bootloader at address 0x00000000 using SYSCFG register (except for STM32F7 Series), then jum...
Hello, I am currently working on a motor setup between an STM32H750VBT6 with a CJMCU-1051 and a motordriver VESC mini FESC 4.20. I have 5 PDO messages coming from de Motor controller which I can read in normal mode. However, after a while the STM32H7...
Hello everyone,I am using B-L475E-IOT01A's wifi to send data to a server using UDP protocol. I am not using anything other than the wifi right now and my main loop looks like this:while(1) { if(wifiReady==1 && wifiState==2) { wifiReady=0; ...
Hi, I have STM32F4 and I am trying to send list of messages in order with CAN BUS:// CAN BUS message data list in particular order // 01FFFFFFFFFFFFFF // 02FFFFFFFFFFFFFF // 03FFFFFFFFFFFFFF // 04FFFFFFFFFFFFFFI have AutoRetransmission enabled, becau...
I am using STM32H745I-DISCO board While I was working with the board which was connected to my Laptop stlk pin but my laptop got shut down at that movement the display got off. It was detecting the COM port detecting when I try to connect ST link V2 ...