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

STM32F730R8 __FPU_USED needed?

Hello all, I'd like to know if I'm making full use of the FPU on an F730 using SW4STM32/Eclipse. In project properties i set floating point hardware to fpV5-sp-d16 and the ABI to hardware. I also define __FPU_PRESENT & ARM_MATH_CM7 and set the libra...

RMcCa by Senior II
  • 775 Views
  • 6 replies
  • 0 kudos

Resolved! Displaying the value of a temperature on the LCD

Hello everyone, so what I’m going to do is displaying the value of the temperature on the LCD of the STM32F413H-Disco with a PT100, i wrote this code:int value;char getvalue[20];...MX_ADC_Init();HAL_ADC_Start_IT(&hadc1); (I choose Interruption becaus...

idrissmc by Associate III
  • 1207 Views
  • 10 replies
  • 0 kudos

STM32F107 I2C2 not clocking the SCL line.

Is there an alternate function that needs to be disabled for this to work by default? The datasheet footnote says "SPI2/I2S2 and I2C2 are not available when the Ethernet is being used." Is the Ethernet enabled by default and how do I disable it or pr...

JMara.5 by Associate II
  • 252 Views
  • 0 replies
  • 0 kudos

Resolved! Is it possible to interrupt the middle of a += operation?

I think I have proven now through tests that the and is clearly "YES". But, I'll still put this is as some awareness raising anyway. It might not be immediately obvious that an interrupted task can override the value of an interrupting task. Also, I'...

DJC by Senior
  • 361 Views
  • 2 replies
  • 0 kudos

4 devices on I2C ?

Dear Members,I have 4 devices on I2C 1, 2LCD s and 2 Sensors,I tried to init 16x2 I2C LCD, it seems that it blocked all the process,Is it because of 3.3V databus ? Does it need 5V databus?HAL_StatusTypeDef LCD_SendInternal(uint8_t lcd_addr, uint8_t d...

CAN TxMailbox pending

Hi ,I am using 2 F103rb NUCLEO. My code works fine in LoopBack modeBut when I use in normal mode, the TransmitMailbox status is pending I cannot receive on the other boardThe transceiver I use is TJA1050I do put resistor between CAN H and L , 120ohmM...

Xzhan.2 by Associate II
  • 238 Views
  • 0 replies
  • 1 kudos

STM32G070RB8TX- Board Malfunctioning

I am using STMG32G070RB8TX for Programming the device is detected in TS link Utility but when i compile the compiler throws an error below is the description of the error.Error in final launch sequence:Error in initializing ST-LINK device.Reason: (25...

SBHAR.16 by Associate
  • 208 Views
  • 0 replies
  • 0 kudos