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

2. I'm trying to send signals DSR and DCD through the structure and command endpoint, see example USBD_StatusTypeDef USBD_LL_SOF(USBD_HandleTypeDef *pdev) { static uint8_t Buf[0xA]; Buf[0] = 0xA1; Buf[1] = 0x20; Buf[2] = 0; Buf[3] = 0; Buf

Posted on February 14, 2017 at 11:562. I'm trying to send signals DSR and DCD through the structure and command endpoint, see exampleUSBD_StatusTypeDef USBD_LL_SOF(USBD_HandleTypeDef  *pdev){  static uint8_t Buf[0xA];    Buf[0] = 0xA1;  Buf[1] = 0x2...

osxAcosticBF steps

Posted on February 14, 2017 at 10:52Hi ,i am very new for embedded system and right now i have work with stm32f401re OSxAcosticBF Application .which is-(osxAcousticBF software provides an implementation for a real-time adaptive beamforming algorithm...

STM32F429 Interface with OV5640

Posted on February 14, 2017 at 07:01Hi,I have interfaced OV5640 camera with STM32F429VI using DCMI and DMA. I am capturing JPEG image. The data of image storing in external SRAM using DMA. SRAM size is 512 x 16Bit.I can able to store image which has...

Use ADC with internal VREF (STM32L151)

Posted on February 13, 2017 at 12:31Hi,I am trying to use the ADC on STM32L151, the external pin VREF+ is 'not connected' in my design, instead I would like to use the VREFINT (internal reference voltage). The datasheet states: 'VREFINT is internall...

udilevy by Associate II
  • 1745 Views
  • 1 replies
  • 1 kudos

CubeMX STM32L433CC SPI bug?

Posted on February 13, 2017 at 16:02 Hi CubeMX 4.19 with STM32L433CCx selected generates the following code for SPI2 void HAL_SPI_MspInit(SPI_HandleTypeDef* spiHandle) { GPIO_InitTypeDef GPIO_InitStruct; if(spiHandle->Instance==SPI2) { ...

SDRAM write/read order problem

Posted on December 29, 2014 at 15:09My project contains a STM32F429 and a AS4C4M16S SDRAM (own designed PCB) I have tested writing-reading by the next function:void    SDRAM_TEST(void) { int i; int err=0; int ok=0; HAL_StatusTypeDef ret; #define TES...

STM32L152V8T6 behaving weird

Posted on January 25, 2017 at 06:04Hello everyone,I am using stm32L152V8T6 in my project with following peripherals enabled:1. 36x4 segment LCD with external VLCD supply2. 12 GPIO's configured as follows:   a.6 pins are configured as input pull up  ...

dhiraj by Associate II
  • 400 Views
  • 8 replies
  • 0 kudos
Labels