STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Beginner - May this thread help others like me.

Posted on January 04, 2015 at 06:57Hello all.  I have designed an electronics board from scratch with an engineer and we have made our first prototype board.  We have chosen the STM32F407VGT6 processor. I have downloaded the STMCubeMX software and I...

Cube and the Mac

Posted on May 27, 2015 at 17:20Hello,Is there a Mac version of Cube, or must I run it inside a virtual machine?Regards,Peter

pgregson1 by Associate III
  • 611 Views
  • 5 replies
  • 0 kudos

Help for Ethernet STM32F107 connect to DP8384

Posted on September 20, 2015 at 09:25Hello every one,I have a few issues with Ethernet of STM32F107VC, I used external 25MHz and my code https://drive.google.com/drive/folders/0B_pYftFJNE1IRjdtOTlSZG5ma0UI connected STM to DP8384 as below:  - ETH_MI...

Reading and writing to SPI ?

Posted on September 30, 2015 at 08:14 Guys, Can I replace this function SPIPutChar(uint8_t data[]) { /* Write and Read a byte on SPI interface. */ unsigned char inb; /* Wait if TXE cleared, Tx FIFO is full. */ while ((SPI1->SR & TXE) == ...

ADC configuration to get 1 value

Posted on October 01, 2015 at 16:03 Hi, I think this would be very easy but I can't get just 1 value from ADC on stm32f4-disco. I configure ADC like this: void ADC_Configuration(void) { ADC_CommonInitTypeDef ADC_CommonInitStructure; A...

fiulala by Associate II
  • 396 Views
  • 1 replies
  • 0 kudos

Reading and writing from SDRAM with STM32F756xx

Posted on September 30, 2015 at 13:50Hi I am trying to read and write data to the SDRAM. I have used the HAL drivers available on the STM website (STM32Cube_FW_F7_V1.0.0\Projects\STM32756G_EVAL\Examples\FMC\FMC_SDRAM). I can successufully write the ...

preity by Associate II
  • 674 Views
  • 6 replies
  • 0 kudos

I2C and Omnivision SCCB and ACK

Posted on September 23, 2015 at 04:00I'm trying to interface with an OV7725 image sensor. Omnivision has their SCCB which is very similar to I2C but does not generate an ACK bit. It seems like the STM32F407 (and maybe others in the product line, but...

DMA USART polling RX

Posted on September 30, 2015 at 15:39Hello, im using TMS32F071RB. I would like to use USART peripheral in DMA without using interrupt, but polling at TCIF. Is that possible? Thanks, M #dma-usart

STM32F411CE Multiple SPI slaves, which CSs?

Posted on October 01, 2015 at 10:58Dear all,I have the following situation:STM32F411CE with  PB12,PB13,PB14 and PB15 configured as SPI2 to interface with an external slave sensor.SPI1 (PA4,PA5,PA6,PA7) is used for an external IMU communicating in SP...