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

Control area network recieve interrupt in stm32f4

Posted on May 12, 2017 at 08:49HI ,Am facing issue in recieving interrupt in COntrol area netwaork of Stm32f427zgt6 controller,I have set Can as Master mode .Also when a single slave is connected with ID - 0 , Can peripheral do not sense interrupt, ...

rohit2 by Associate II
  • 458 Views
  • 6 replies
  • 0 kudos

STM32-L053R8 eeprom write question

Posted on May 15, 2017 at 15:36Hello, can anyone explain to me how the eeprom write works on STM chips that do have the internal EEPROM?It was my understanding that you need to erase the whole page before writing to it but after writing 0x08 on a ce...

USB Audio Class example(s)

Posted on May 16, 2017 at 00:50I'm using an STM32F3 series device and I can find examples for CDC, MSC, DFU and HID (the latter 2 being duplicated all over the place) but no examples of the Audio class in the STM32Cube_FW_F3_V1.8.0 HAL library.I fou...

STM32F303K8 CAN(controller area network) RECEIVE PROBLEM

Posted on April 26, 2017 at 12:08Hello i am working with CAN of STM32F303K8 i can transmit the data but i can't receive data  i get the fonction receive returne HAL_TIMEOUT i am working with 1M and  32 clock my code /* Includes ---------------------...

abdou si by Associate III
  • 337 Views
  • 2 replies
  • 0 kudos

Hanning window library

Posted on May 10, 2017 at 16:37HI,Currently, I am working with FFT and I want to implement Hanning window for good results.status = arm_cfft_radix4_init_f32(&FFT_InitStruc,FFT_SIZE,0,1); arm_cfft_radix4_f32(&FFT_InitStruc, fl32ADCRaw);Is FFT done wi...

stm32f7xxx memory card - TCM.

Posted on May 14, 2017 at 01:12The description of the stm32f746bg series has lines:and L1-cache: 4KB data cache and 4KB instruction cacheSRAM: 320KB (including 64KB of data TCM RAM for critical real-time data) + 16KB of instruction TCM RAM (for crit...

STM32l151RBT6A SPI issue

Posted on March 20, 2017 at 13:57Hi all,I am not able to get SPI working on stm32l151rbt6a. I have posted my initialization code below./* SPI1 init function */void MX_SPI1_Init(void){     GPIO_InitTypeDef GPIO_InitStruct;     SPI_HandleTypeDef hspi1...

STM32L496 Migration

Posted on May 12, 2017 at 18:53 Hi All, Actually, I'm using STM32L486RG microcontroler in my project, I have to migrate from this microcontroler to theSTM32L496RG by modifying project's configuration, so I followed these steps : I upgrate...

TIM1 - USART1 pin conflict - how to solve?

Posted on May 15, 2017 at 10:43Hello dear forum,I am using F103RC to drive 2 DC motorsThats why I need to use both TIM1 and TIM8However TIM1_CH2 is at the same pin as the USART1_TXI dont use and init USART1_TX pin becouse I only use RX input of USAR...

Labels