STM32H7A3 Datasheet DS13195 - Rev 1 Table 41 Units incorrect?
It says: µA. Should it be: µA/MHz
Ask questions, find answers, and share insights on STM32 products and their technical features.
It says: µA. Should it be: µA/MHz
STM32H745 DS indicates there are these signals:CANFD1_TXFD_MODECANFD1_RXFD_MODECANFD2_TXFD_MODECANFD2_RXFD_MODENo mention is made in the DS for their purpose, nor in AN5348 "FDCAN peripheral on STM32 devices". The signals are not mentioned at all in...
More details on the topic:I have a working application that runs with nuttx and is able to successfully configure SPI3 and read/write to the flash memoryI have compared the registers between my app(that doesn't work) and the application that runs wit...
I have the following code, which is *almost* always working. (It typically gets stuck after 10-100K characters.)void USART3_IRQHandler(void) { if (LL_USART_IsActiveFlag_TXE(USART3)) { stats.txe++; if (LL_USART_IsEnabledIT_TXE(USART3)) { LL_US...
HI,1.When I was debugging mlx90615, I used smbus to communicate. The reading function was as follows:uint32_t I2C_Read_Cmd_Data (SMBUS_HandleTypeDef *hsmbus1, uint16_t chip, uint8_t *cmdBuffer, int32_t cmdBufferLen, uint8_t *dataBuffer, int32_t dataB...
I'm trying to transmit some characters to the PC COM port from the STM32F407DISC1 board through USART2, but no data is seen on Tera Term.The board is connected to the PC through USB connector "CN1" (mini-B type), hte same used to download the program...
Posted on March 30, 2018 at 07:29This is occurring in fsdata_custom.c in the LwIP_HTTP_Server_Netconn_RTOS project I imported from CubeMX. The struct that is being referenced is :struct fsdata_file { const struct fsdata_file *next; const unsigned...
Hi,Sometimes in my program, I use a timer in PWM mode, and sometimes it is off. How can I check the timer status, on or off? Thanks.
Please help me.My codeSPI Master Code----------------------Initialization/* SPI4 init function */void MX_SPI4_Init(void){ hspi4.Instance = SPI4; hspi4.Init.Mode = SPI_MODE_MASTER; hspi4.Init.Direction = SPI_DIRECTION_2LINES; hspi4.Init.DataSize = SPI...
Hello I'm using STM32L0538 - Disco board. I have problem with E-paper when on SMT32Cube program putting virtual port.When I don't use virtual port E-paper working fine.In this link are more information (code, STM32cube program foto)https://community....