STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Blocking a GPIO pin to LOW state

Hi, I have a circuit in which I want to check every cycle if a measured voltage is over a limit value and in that case disable the measure over one of four DUTs forcing to LOW the state of some pins. The problem is that in the main loop I have comman...

ECiot.1 by Associate II
  • 496 Views
  • 2 replies
  • 0 kudos

how to use httpc_get_file

HiI want to download file from HTTP using httpc_get_fileIs there any example how to use it?I don't know what to put in each variable.err_t httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, a...

Lmali.1 by Associate III
  • 1065 Views
  • 2 replies
  • 0 kudos

USB Dual VCOM Composite Device

Hi,I managed to implement a dual VCOM composite device for an STM32H7. In principal the communication works, if both COM ports are actively used/open. One port is used for sending commands and receiving responses. The other one sends out unsolicited ...

DWeb_2 by Associate III
  • 935 Views
  • 1 replies
  • 0 kudos

Can't get X-Cube-DPower to compile.

I have spent the past two days trying to get the X-Cube-DPower middleware added to an STM32CubeIDE project but it won't compile.  Does someone have a reference on how to add that to an STM32CubeIDE project?When I try to compile the code, it gives me ...

regarding libriaries

hi all,i have a sensor and i am have a library for arduino i want to convert .c and .h file that is suits to stm32wb55rgv6 can any one suggest that how to do this 

vijay3 by Associate III
  • 555 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H5 ETH TX DMA error

Hi,    I'm working on enabling ETH on STM32H563. I tried to create a FW to do basic ping/ICMP in order to test the interface along with the PHY/switch chip. I found whenever I start the DMA by calling HAL_ETH_Transmit, it always returns HAL_ERROR due...