STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

modbus with RS_485 communication

HI, i am using RS_485 as a serial communicator with modbus in stm32f103. But i am confused with TXEN pin used in Rs_485. i have read information it is used as transmitter and receiver . when transmitting the pin is set to high . while receiving...

Lchal.1 by Associate III
  • 3862 Views
  • 3 replies
  • 1 kudos

Get one character from the USART

I want to get one character at position x from the USART.Here is my current code:What do I have to do differently?char *getchar(int position){ char data[1]; data[0]=HAL_UART_Receive_IT(&huart2, data, 1); return data; }

FLamb.2 by Associate II
  • 2174 Views
  • 9 replies
  • 0 kudos

Resolved! Makefile:44 Error 1

Hi everyone,I have just created a project. I haven't done any modifications and I am getting this error when building the project:make: *** [makefile:44: nucleo-g474re-blinky.elf] Error 1 "make -j8 all" terminated with exit code 2. Build might be inc...

jefazo92 by Associate III
  • 11795 Views
  • 9 replies
  • 0 kudos

STM32F746G-DISCO, FLASH, PWR, PVD

How to use HAL_FLASH_Program_IT? I set up: static void MX_NVIC_Init (void){ / * PVD_IRQn interrupt configuration * / HAL_NVIC_SetPriority (PVD_IRQn, 5, 0);HAL_NVIC_EnableIRQ (PVD_IRQn); } ...................... HAL_FLASH_Unlock (); // FLASH unlock fo...

AD�?b by Senior
  • 392 Views
  • 0 replies
  • 0 kudos

Hello All, I am facing following problem while working with STM32L4R5 MCU. Can you please give why this problem occurs? What will be solution for this? Please explain step by step process to resolve this issues.

11:42:17 **** Programming project stm32l4xx_drivers on chip ****"C:\\Ac6\\SystemWorkbench\\plugins\\fr.ac6.mcu.externaltools.openocd.win32_1.23.0.201904120827\\tools\\openocd\\bin\\openocd.exe" -f stm32.flash.1849521082279362012.cfg -s "C:\\Users\\Hi...

PPran.1 by Associate
  • 571 Views
  • 1 replies
  • 0 kudos

BOOT probem

I have working with STM32L083... Since now no problem observed but my last pcb has BOOT problem... Namely when I ACTIVATE BOOT signal STM enter to boot mode but when I relesed taster for boot signal MCU resume from boot mode... earlier version of pcb...

MJova.1 by Associate II
  • 524 Views
  • 1 replies
  • 0 kudos