SIL3 certified (functional safety) MCU
Hi team,Looking for functional safety complaint MCUs.Kindly Suggest SIL3 certified MCU's which would be helpful for designing.
Hi team,Looking for functional safety complaint MCUs.Kindly Suggest SIL3 certified MCU's which would be helpful for designing.
Hi, We are using STM32F103 in our project. Established IPC communication over USART. We have almost finished our development. We kept our setup running for long, sometimes we found that IPC-USART communication getting stuck, IPC does not work until w...
Hi.I want to save and load data to flash memory. (STM32F373RC)And initialization code was generated through cubemx.All functions including SPI, I2C, and ADC were successfully tested.However, saving and loading data into flash memory failed.All functi...
Hello forum, I'm starting to develop a smart robotic system, I wanted to base the movement part on an STM32 micro-controller,We thought about basing our SLAM on a camera and a simple distance sensor (and an IMU of course) for the initial mapping. the...
Hello,I am attempting to generate a waveform with a period of 33ms. In-between each period, I need to toggle the timer output 5 times with a varying timescale. My initial thought is to do this using a timer in output compare mode and then update the ...
Hi I'm new to the STM32 series, I have a NUCLEO-F401RE and the X-NUCLEO-53L8A1. I am trying to edit the code from the X-CUBE-TOF1 SW package but run into the error below when compiling. Any ideas on how to resolve this issue? Log output file: C:\Use...
hi,USB keyboard working fine via HID and i need have small Manual Keyboard Detection by pressing button . it's not compiling if( HAL_GPIO_ReadPin(GPIOC, button_Pin)) { if(USBH_HID_GetDeviceType(USBH_HandleTypeDef *phost) == HID_KEYBOARD)...
I have an older code where I use TIM1 in PWM2 mode to generate a frequency for a buzzer connected to the OC Channel4. Code is coming from F051 project.Now I started a new project and wanted to reuse the same principal, but i do not see the function t...
Hi,I am using an STM32F746IE controller and in some of them i don't see proper ST programmed values in address locations of BOOT_ADD0 (0x1FFF 0010) and BOOT_ADD1 (0x1FFF 0018). As per the reference manual i understand the ST programmed values in thes...
Hi,I am trying to read some square signal with timer input capture for both falling and rising edge times. When i start the code, the interrupt routine works once, even if there is no signal. I am using the code below for setup timer and interrupt ro...