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

Does it belongs to STM32F070RBT?

Posted on December 21, 2016 at 09:16Dear Sir, Can you tell me HAL_MspInit(void) function belongs to which STM device ? Doesnt  it belongs to stm32f7xx? I have srearch in this document, but didnt findUM1785 User manualDescription of STM32F0xx HAL...

0690X00000605SbQAI.png

why i get wrong data of pitch and roll angle ?

Posted on December 21, 2016 at 22:00i have question about accelerometer of stm32f4 LIS302dl version why i get wrong data of  pitch and roll angle ? mySPI_SendData(0x20,0xC7); //LIS302D Configacc_pitch = atan2(acc_x, -acc_z)*180/M_PI; acc_roll = -ata...

DMA with ADC trouble

Posted on December 21, 2016 at 02:12Hi again,I am trying to use DMA now as its more straightforward but still not working for me. Ain[0] below is only reading some weird voltage 0-0.17V instead of 1.3V and Ain[1] reads nothing stays 0.  can you plea...

Raider E by Associate III
  • 233 Views
  • 1 replies
  • 0 kudos

Keil-Atollic GCC Issue (SPI communcation)

Posted on December 21, 2016 at 11:59Hi,For 32KB code limit, I need to convert my working Keil Project (STM32L476) to Atollic Truestudio 7.1.For the SPI1 (Accelerometer) communication, the following LL code works perfectly in Keil, but nothing is rec...

rumlyen by Associate II
  • 407 Views
  • 2 replies
  • 0 kudos

STM32F769I-DISCOVERY stm32f769i_discovery_lcd.c

Posted on November 18, 2016 at 16:18uint32_t BSP_LCD_ReadPixel(uint16_t Xpos, uint16_t Ypos){  uint32_t ret = 0;  if(hltdc_discovery.LayerCfg[ActiveLayer].PixelFormat == LTDC_PIXEL_FORMAT_ARGB8888)  {    /* Read data value from SDRAM memory */    re...

Bug in BSP_LCD_ReadPixel

Posted on July 22, 2016 at 15:44 Hi, Using CubeF7 with STM32F746G Discovery board. Found a weird bug in STM32Cube_FW_F7_V1.4.0\Drivers\BSP\STM32746G-Discovery\stm32746g_discovery_lcd.c : uint32_t BSP_LCD_Re...

kuchura by Associate
  • 311 Views
  • 1 replies
  • 0 kudos

STM32F7 ''clause 45'' MDIO?

Posted on December 20, 2016 at 21:12How do I configure the ETH IP to send a 'Clause 45' compliant message to the PHY? We are using one that uses an OP code of '00' to access an extended register set. The processor is STM32F745IET6. I am programming ...

hbarta2 by Associate III
  • 650 Views
  • 3 replies
  • 0 kudos