STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Baudrate issue with STM32F0 with Modbus implementation.

Problemi have configure Modbus over rs-485While Receiving modbus data on rs485 on the baudrate it configured on, which is 115200 , it works fine.but when i query modbus register to get value on different baudrate like 9600 , my board getting restart....

KRami by Associate II
  • 1365 Views
  • 8 replies
  • 0 kudos

Resolved! Using lcd_log.c library function

Hi!!I'm using lcd_log.c to debug on the LCD.LCD_UsrLog ("This is Line% d \ n", i);Is there a way to change the starting position of text output?It always starts at the same location and scrolls down.Please, help me!!

DSEO by Associate II
  • 629 Views
  • 3 replies
  • 0 kudos

spi adc

I am using stm32l476rg. I am connecting a external spi adc with 1.25MHz clock. I would like to have a continuous data reading from that adc. I tried spi2 to connect this adc. it works, but how can I get continuous data reading from that adc? use time...

linker file missing when project is created using the Keil CMSIS package manager... I prefer this way because you are able to update anything from the package manager

I just do not like the STMCubeMX way... even seems quite cool to use it. I prefer to do it from scratch and have cleaner code. So, I prefer to use Atollic to create my project, but i found the CMSIS used in my Atollic project is quite out-dated. I fo...

EGonz by Associate II
  • 881 Views
  • 5 replies
  • 0 kudos

Running multiple builds sequentially

I'd like to find out if there's a way to run multiple builds sequentially. At the moment, when I build a project, I run the build command, wait for it to complete, then make some modifications to the .ld file and run the build again. Everything but t...

LThal by Associate II
  • 446 Views
  • 3 replies
  • 0 kudos