STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPI_Transmit_AND_Receive_Interrupt_FLAG_At_Same_Time

Posted on January 27, 2017 at 23:28Hi.I have problem by SPI that is :When i want to send data for example in slave mode during receiving from master. data will corrupt ( if i just receive data and send to UART it works fine). I think it happens Beca...

M N by Associate II
  • 1785 Views
  • 12 replies
  • 0 kudos

STM32F7 SDCard FR_DISK_ERR Error

Posted on May 14, 2017 at 09:03Hi thereI waste much time on mounting sdcard in my prgram. the chip is stm32f745vg and i work with Firmware version 1.7 CubMX 4.19 and Keil 5.16in CubeMX, i choose SDMMC1 in 1-bit mode with clock 48MHz(PLLQ=9) and FatF...

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
  • 983 Views
  • 6 replies
  • 0 kudos

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
  • 761 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...