Could you help me suggest one development board?
base on STM32 and AI platformHandwritten number recognitionthe recognized number can be voice broadcast, for example 1.the handwritten speed can be record by camera.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
base on STM32 and AI platformHandwritten number recognitionthe recognized number can be voice broadcast, for example 1.the handwritten speed can be record by camera.
My PC runs Linux and I have two USB cables connected to my NUCLEO-H745ZI-Q board (https://www.st.com/en/evaluation-tools/nucleo-h745zi-q.html)I have installed STM32CubeProgrammer and followed the instructions for preparing USB serial link for flashin...
I tried to use CMSIS DSP library for FFT implementation on STM32F407. I based my project on Tilen MaJerle library. I sample data with on board ADC and fill the input buffer with function TM_FFT_AddToBuffer(TM_FFT_F32_t* FFT, float32_t sampleValue). H...
Want to Know all the USB stack supported by NUCLEO-F401RE extra of Virtual COM port, Mass storage, Debug port?NUCLEO-F401RE does support OTG?Interrupt Transfer is supported by NUCLEO-F401RE or have any near future plan to support?Driver for NUCLEO-F4...
Dear community,I am playing with the STM32L082CZ and IAR, and I noticed that the FLASH_OPTR register is not displayed in the registers. But at the same address there is the OBR register (but the bit description is different from the datasheet)I am us...
There is a bug in CubeH7 examples. Folder: STM32Cube_FW_H7_V1.7.0\Projects\NUCLEO-H7A3ZI-Q\Examples_LL\TIM\TIM_PWMOutputFile: main.cFunkcion: TimerCaptureCompare_Callback()Instead of "if (LL_TIM_OC_GetCompareCH1(TIM3) > ARR )" should be "if (LL_TIM_O...
Hi,i made a webscoket server over TCP on STM32F429VI with lwip stack. I would like to use on local network. I used this nectonn examples for TCP communication. The connection and the websocket handshake works fine, the client can send a message to my...
Hi there,I am using the x-cube-usb-pd in TCPM/TCPC configuration (USBPD_TCPM_LIB_PD3_CONFIG_1).My questions are:Is Augmented PDO (APDO) and variable PDO supported in this config? Or do we need to use USBPD_TCPM_LIB_PD3_FULL?If we define an APDO and w...
I am attempting to debug my firmware for a STM32L452xx chip, which is programmed in at the memory address 0x08010000. The bootloader will be placed at 0x08000000, but at the moment the memory is empty. Is it possible to trick the debugger so it alway...