I2C to AT24C64
Posted on February 08, 2017 at 10:35i want to using External EEPROM via I2C on STM32F051R8T6.but i always get error when compile it.can someone tell me or help me ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 08, 2017 at 10:35i want to using External EEPROM via I2C on STM32F051R8T6.but i always get error when compile it.can someone tell me or help me ?
Posted on January 21, 2018 at 14:02Please can somebody point me to an example of setting up an interrupt and service routine for a GPIO input for an STM32L031? I have read UM1749 but it maybe it's because I'm not familiar with HAL (4 years of using ...
Posted on January 22, 2018 at 10:57In RMs for 'F4/'F7/'F0 (I didn't check further), in SPIx_I2S prescaler register (SPIx_I2SPR) chapter, I2SDIV description, the following statement is given:I2SDIV [7:0] = 0 or I2SDIV [7:0] = 1 are forbidden values.H...
Posted on January 19, 2018 at 04:12Is there the ISP uart in the stm32L452? which one? I can‘t find the answer in referrence , thanks�
Posted on January 18, 2018 at 06:44I have a question regarding the WWDG in STM32F103RB. What can be the maximum timeout using the WWDG or even better question will be what will be the optimum value of the APB1 clock period(ms).I know the Maximum va...
Posted on January 20, 2018 at 20:48Hello engineers,I would like to ask you about your computing time of your iir. Ive tried cmsis but ive measured avg. 50us computing time for 32 samples using direct form biquad single stage filter. Many thanks for ...
Posted on April 19, 2017 at 23:28Hello.I'm working on application of USB communication with high speed (about 50 Mbit/s). So I used ULPI PHY.For some purpose I used CubeMX (v 4.20.1) and was surprising that my application didn't work. Enabling DMA ...
Posted on January 21, 2018 at 19:54Hi,I have some problems with import the BSP library in IAR Workbench. I'm using stm32f303vc discovery board and i want to use the gyroscope and accelerometer installed on the board. I also followed this guide (http...
Posted on January 21, 2018 at 19:10hi every one, i am using STM32CUBE with STM32F4 processor and i want to send small amout of data through USB but it takes a long time using the CUBE function USB_CDC_TRANSMIT. can someone help me do, thanks!
Posted on January 19, 2018 at 23:16Hi. I need to have the value of 2 channels and the internal temperature.My adc is setup as this: hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1; hadc.Init.Resolution = ADC_RESOLUTION_12B; ...