Hi Folks,Need a bit help in trying to figure out what's going on.I have been trying to port theen.stm32cubeg4_v1-2-0\STM32Cube_FW_G4_V1.2.0\Projects\B-G474E-DPOW1\Examples\FMACFMAC_Buck_VoltageMode_HW_AN5305to aNUCLEO-G474RE platform.I am trying to o...
Hi,can you please share me the SDK , Peripheral library code,Example code of the STM32F051C8T6TR . As i am new to this controller
I am trying to get CAN working on the stm32f0discovery. I have hooked up a transceiver on PB8 and PB9. I have written some basic code with the STM32Cube help. But I cant get transmitting or receiving working. I have probed the pins and I can see that...
Hi all,Is the source code of the bootloader (that is used to perform application programming over serial interface) available to download?The AN2606 says that "The bootloader is stored in the internal boot ROM memory (system memory) of STM32 devices....
Hello,I had been working with many controllers from the STM32F series, and I like the standard peripheral library support very much. Now, as the new G series comes with better options, rich in memories and other peripherals, I wanted to know whether ...
Hello guys, We should start soon with the development of our new version of an IoT board that is controlled through the Google Cloud IoT by the help of Ethernet connection. We have a goal to replace ESP-32 module we are currently using. In that sense...
Hi I am using STM32 Cube MX to generate a ethernet code with static ip address and LWIP without RTOS.I have my code working to the point that it detects the Ethernet cable connected to board network port(netif link up). I am not sure why I am not abl...
Hi,I have a few questions about how the STM32 works.I would like to be able to jump from my main program to a secondary program (bootloader) That will carry out a firmware update if one is available.My plan here is to have my main application running...
Hi,I would like to use USB HOST to use multiple devices. We would like use the following configuration :1 host and 15 devices max with 5 hub between themSo I am using STM32H747 as Host and I saw the following sentence in Reference manual :"Up to 16 h...