User Activity

Hi,I would like to use the X-CUBE-STL on a STM32F446RE to trigger a STO (safe torque off) and a SLS (safe limited speed) with PLc. The STO is no problem at all, since the controller can trigger that directly by using two input GPIOs and one output GP...
Hi,I posted a question on StackExchange about this topic:https://electronics.stackexchange.com/questions/508828/which-microcontroller-for-a-program-with-many-floating-point-operationsMy STM32F4 (running on 100Mhz) is somehow faster than my STM32F7 (r...
HiI want to read out a sensor, which has an SSC interface, as depicted in the image attached. The IC is a TLE5012B (https://www.infineon.com/dgdl/Infineon-Angle_Sensor_TLE5012B-UM-v01_02-en-UM-v01_02-EN.pdf?fileId=5546d46146d18cb40146ec2eeae4633b) an...
Hi,I have some trouble in implementing the trigger conversion for an ADC with a timer on an STM32F410CBU6 microcontroller. I'm using the HAL libraries and configured everything in CubeMX, but I never can trigger any measurement with my ADC.I have thr...
Hi,I have some problems with setting up the virtual EEPROM on an stm32f405vgt6. I did not adjust the linker script and run into a hard fault. What I found out is, that the memory region of the flash, which I wanted to use for the virtual EEPROM, is ...