Resolved! I want to get STM32F769IIT6 MTBF/FIT data but I can not find the data in datasheet or product documents. Could you help me to get MTBF value of the product (STM32F769IIT6) ?
Operating Temperature : 65 Deg CEnvironment: Ground Fixed
Operating Temperature : 65 Deg CEnvironment: Ground Fixed
I am using a Nucleo-L476RG board and I am using USART2 for serial communication. I bought the sparkfun QR scanner module and it has a TX and RX pin. Can I simply connect the TX pin from the scanner to the RX pin (PA3) of USART2 and receive the data f...
STM32 only connect VCC and UART2. Can it download programs with ISP(UART2 PA2-3)?
Hello Everyone!!I'm YugentharI Have tried to write the data Throught STM32f746 disco inbuild SDRAM chip .But I can't able to write and read the data in this type of IC chip"IS42S32400F" using Stm32f746 board Anyone Give the Sollution and any tutoria...
Hello everyone ,I am YugentharRight now i am working in embedded development platform . So i have one doubt guys.I have using stm32f746-disco board.I am displaying one image in LCD screen (800x760)so pixel size is incresing. my code is runing in fla...
I use stm32h745i-disco for work, and want to use dual core system. one for lvgl display, and the other for pn532 rfid, which is needed to communicate each other. anyone have experience about this? pls help
I have these math functions that I would like to use the FPU for:sqrtf()cosf()sinf()fabs()atan2f()floorf()ceilf()truncf()roundf()How do I enable the FPU in the STM32H723? I see it is selected in the settings but not sure if it is enabled or not.Do th...
Im using a STM32F030C8T6 with PWM output to generate a sound output. I would like to use the repetition mode of the TIM1 so it will output the same PWM period 6 times.If I configure the timer and use both HAL_TIM_Base_Start_IT() and HAL_TIM_PeriodEl...
Hi! I am having trouble using HAL_I2C_Slave_Receive for receiving data. Troubleshooting, I am finding that HAL_I2C_Slave_Receive times out or gets a I2C_FLAG_STOPF flag in I2C_WaitOnRXNEFlagUntilTimeout. I know that the I2C network and pull-ups work,...