STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H7 nucleo USB FS CDC

Posted on November 09, 2017 at 10:37Hi,I am trying to start with USB CDC on stm32h7. I create new project with CubeMx + STM32Cube_FW_H7_V1.1.0 (cubemx file attached). After compile usb device doesnt appear on the system.RegardsMike#stm32h743 #virtua...

embvis by Associate III
  • 2986 Views
  • 19 replies
  • 1 kudos

Resolved! CMSIS DSP FFT library harmonics level measurement

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...

0690X00000ApNjGQAV.jpg
Atken by Associate II
  • 1885 Views
  • 5 replies
  • 0 kudos

1. What USB mode are supported by NUCLEO-F401RE which can be used to connect with PC 2. Can board connect as USB OTG? 3. NUCLEO-F401RE driver required for PC – Windows & Linux? If yes, are they available?

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...

CParm by Associate
  • 223 Views
  • 1 replies
  • 0 kudos

CH1 insted of CH3 in TIM_PWMOutput Example_LL

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...

JSzem.1 by Associate II
  • 202 Views
  • 1 replies
  • 0 kudos

Websocket over TCP implementation error

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...