STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32+HAL+SPI

Posted on June 01, 2016 at 17:01HiI'm trying to communicate with ADC through SPI interface with HAL layer and ended up with issues.At start I configure adc:HAL_SPI_Transmit(&hspi1, &SDATAC, 1, 3); //0x16HAL_GPIO_WritePin(GPIOC, START_Pin, GPIO_PIN_S...

0690X00000605OHQAY.png

STM32F429 USB Audio 16/24bit

Posted on March 21, 2016 at 07:51Hi, I want to ask you if it is possible using HAL to change usb format audio from 16bit to 24bit and vice versa. Now I can choose in windows between different frequencies of 16bit sampling, but if I change usb descri...

STM32F042 PVR/Brownout Setting

Posted on May 10, 2016 at 12:47 I am having an issue with a slow supply ramp, so I have been trying to set theSTM32F042 to do a software reset if the supply is under say 2.5Volts. I've been playing around with the PVD settings, and interrupts to...

rob2399 by Associate II
  • 420 Views
  • 1 replies
  • 0 kudos

[STM32L4] I2C HAL read register problem

Posted on May 31, 2016 at 08:32 Hi, I'm trying to read register in my accelerometer FXOS8700. I'm using code below on STM32L476: uint8_t FXOS8700_ReadReg(uint8_t reg) { uint8_t value=0; HAL_I2C_Master_Transmit(&hi2c1, FXOS8700CQ_SLA...

zenobik by Associate II
  • 680 Views
  • 1 replies
  • 0 kudos

STM32F407 Watch dog

Posted on May 25, 2016 at 10:23Hi, I enabled WDT in STM32F407 controller and I have a very tight loop which is resetting the flag. Here is the code     RCC_APB1PeriphClockCmd(RCC_APB1Periph_WWDG, ENABLE);     WWDG_SetPrescaler(WWDG_Prescaler_8);    ...

nps by Associate II
  • 840 Views
  • 4 replies
  • 0 kudos