STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Resolved! Time Triggered CAN communication support

I am currently in a process of selecting micro controller for my project. Basically i need TTCAN support and i have STM32F746G Disco board with me. Now as per the ST reference manual i see that this is supported. Now my questions are...Is there any ...

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
  • 1286 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
  • 583 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
  • 835 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
  • 414 Views
  • 3 replies
  • 0 kudos