RM0440, Rev 4, STM32G4 Reference Manual - Table 222 - typo
Page 890, Table 222, hrtim_eev3 is in the table twice instead of the second one being hrtim_eev4.
Page 890, Table 222, hrtim_eev3 is in the table twice instead of the second one being hrtim_eev4.
Page 884 - last row - corresponding to EE1FLTR[3:0] = 1111 it should say Table 225 and not Table 19. Hopefully, you can make it a "click to jump to the table" link.
Section 4.10: on pages 58:73, Table 12, every pin has "EVENTOUT".Section 4.11: on pages 74:80, Table 13, every row has "EVENTOUT" under AF15.I found this: https://community.st.com/s/question/0D50X00009Xkc2bSAB/what-is-the-eventout-cortex-output but i...
Dear friends,I have been using the STM32H743ZI in three phase power supply project and the controller is responsible for the zero crossing detection of the three phases. To do this I use PB0, PB1,PB2 set up as EXTI inputs 0,1,2. Mains frequency is 50...
I am making L031K6 mcu sensor. This sensor regulary sense some adc data then send the data to Android device by BLE.and I am using HAL_UART_Transmit() for sending message to android by BLE.but when android is missing, my MCU runs bad. so I guess HAL_...
Wants to stored that string in non-erasable memory location . when I off the power supply it should be present .also I want to change that string at running the programI have search on netAny help will be highly appreciated.
Hi, I would like to read AT Command responses back from my ESP2866, as I want to check whether the response is "OK" or "Error". I made a function as below but it doesn't work properly.The plan is to send AT commands on USART3 and right after that, re...
dear all,My question is about the Cortex-M0+ options that were selected for the STM32G0 products (table 1-1 from the ARM Cortex-M0+ TRM). I can hardly find them in the STM32G0 RM and DS. Do you know where I can find the answer ?Regards
HW situation is:I2C2_SCL on PB10 (pin L4)I2C2_SDA on PB11 (pin M4)Both have a pull-up resistor of 18K.The sensor attached to these lines is removed, so nothing is connected.This is not a dev-board but our own design.I have generated code through STMc...