STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

spi EEPROM ?

Posted on March 01, 2018 at 13:28HI,i have writing data to DR register after that in DR register shows 0xFFaddr=0x000080; addrHigh1 = ((addr & 0xFFFFFF)>>16); addrHigh2 = ((addr & 0xFFFFFF )>>8); addrHigh3 = (addr & 0xFFFFFF); wrenInstruction = WREN...

STM32M4F415 with Connect EVE

Posted on February 27, 2018 at 22:32Hey there,iam a stundet and try to create a programm to test some Piezo's on some structures.I have a STM32 Mini M4 F415 and a Connect Eve Display from mikroe.I want to get the ADC Value of the peak when i push a ...

I2C read from device with STM32F767

Posted on March 01, 2018 at 07:56Heelo friends.I have STM32F767. And need to read from I2C device. I2C device has address 0x4C. Speed is set to 100kHz.This is my INIT I2C peripheral:uint8_t I2C1_Init(void){    // declare and initialize pins to be us...

0690X00000609rcQAA.png 0690X00000609rXQAQ.png

Resolved! STM32H7 data sheet inconsistancy: Table 85, THD

Posted on March 01, 2018 at 11:09Hello,The second and fourth lower lines in Table 85 both state THD , single ended with BOOST=1, however with different resulting values. Probably the second lowerst line should be THD, Differential, BOOST=1.Bye

STM32H7 problem entering DFU

Posted on February 28, 2018 at 15:43Hi everyone!Ii am working on the nucleo-h743ZI board with the stm32H743 microcontroller.Currently, i am trying to enter into DFU mode by shorting the boot0 pin to Vdd ( I've made sure the boot address is correct)....

yuri CH by Senior
  • 1179 Views
  • 6 replies
  • 0 kudos

VCP for STM32F3

Posted on February 21, 2018 at 14:09 I'm trying to implement Virtual Com Port on STM32F3. I use IAR. I've included all files from a demo project. However I have numerous errors while compiling the project. Struggling for hours I came to this...

0690X00000609h4QAA.png