ST marking name
Hello. I bought a STM32G474MET6 chip on Alibaba and the supplier claims that the chip is original but I have some doubts. Here are the attached images he sent to me. Can you please check that and confirm if it’s genuine please ?
Hello. I bought a STM32G474MET6 chip on Alibaba and the supplier claims that the chip is original but I have some doubts. Here are the attached images he sent to me. Can you please check that and confirm if it’s genuine please ?
Hi,MCU - STM32H7I have noticed that the CoreDebug_DEMCR_TRCENA bit in the DEMCR register is set by default if a debugger is connected. But, I need to enable it explicitly (as shown below) if the debugger is not connected. CoreDebug->DEMCR |= CoreD...
Hi all,We deployed a lot of devices that have a STM32G431KBU6 controller.It basically has a foot switch to turn on/off a 12v DC motor and a rotary switch to control the speed.We use EEPROM emulator to save the speed setting.If speed setting is differ...
Hello ST Community,I'm facing a MIPI DSI configuration issue with my STM32U5A9 and TFT LCD. When using PHY DSI as the DSI lane byte clock source, my code fails with a timeout on HAL_DSI_ShortWrite. When I switch to PLL3P, the initialization proceeds,...
I have a custom design using the STM32G474RBT3 (128kB flash category 3 device) MCU. In this application, the firmware needs to be updated remotely via the normal communication channels to the board. In this case, it is Modbus over an RS485 multi-dr...
Hello all,I have done my due diligence looking everywhere for an answer to this as well as trying many different variations of the code I will post below. My issue is my LCD will not display the ADC value from a trimpot any other way. I thought at fi...
Hi, I am using MKI109V3 (STM32F401VE) as motherboard and MKI239A as IMU adapter. My Unico version is 9.16. Following UM2116, I tried everything in Windows 10, including firmware upgrade to 3.58.2 (latest), and all data display works fine in Unico.Aft...
Hi all,I'm starting to use GreenPAK devices... I use the SLG46826V version which is reprogrammable, and I want to take advantage of the possibility of programming it on board with the I2C of the STM micro. The device I read and write regarding the re...
Hii all,First of all i am new to bluepill(stm32f103c8) and i want to use both the SPI1 & SPI2 for the same project .BUT i don't know how to use it i am using Arduino ide for code
Hi,I am using STM32G4 in my project. I need delays in my project multiple places. I am using hardware timer interrupt for delay. I am using TIM1 configured with 50 usec delay. HAL_TIM_Base_Start_IT(&htim1); HAL_TIM_PWM_Start_IT(&htim2, TIM_CHANNEL_2)...