STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Is HAL_UART_Transmit atomic per byte?

(STM32F103C8)My program continuously sends UART messages with regular blocking calls like this:   HAL_UART_Transmit(&huart1, buf, size, timeout);   The result on my logic analyzer normally looks like: I also handle interrupts coming from HAL_SPI_TxRx...

Selection_1469.png Selection_1468.png Selection_1470.png
iforce2d by Associate III
  • 615 Views
  • 2 replies
  • 1 kudos

Open bootloader example in STM32H573ID-K

Hi! I want to run the Open bootloader example of H573ID-K board but the example is not working for me. I want to bootload a simple IO toggle example via UART. I changed the flash address to FLASH (rx) : ORIGIN = 0x08008000, LENGTH = 2016Kand  #define...

ZZY by Associate II
  • 806 Views
  • 2 replies
  • 0 kudos