STM32 Functional Safety
This follow up question of STM Functional Safety webinar. It was not clear from the webinar if drivers and device specific CMSIS code generated by STM32Cube is certified for functional safety standards?
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
This follow up question of STM Functional Safety webinar. It was not clear from the webinar if drivers and device specific CMSIS code generated by STM32Cube is certified for functional safety standards?
Hello,I am working with an STM32F4. My goal is to be able to access to the board using its hostname. From what I've seen, to get it done I have to : set LWIP_NETIF_HOSTNAME to 1 set LWIP_DHCP to 1I also set LWIP_DNS to 1.I made few modification ...
Hi,I am currently developping a custom bootloader to flash my app with STM32H7A3ZIx / SDMMC / FATFS with DMA templateIt fetch a binary (*.bin) from an SD card, read maximum BUFFER_SIZE (=8192) and stores it in a uint8_t RAM_Buf[BUFFER_SIZE] array (8K...
OTG_FS_IRQHandler is endlessly called"signal handler called>() at 0xffffffe9"I have already increase the heap and stack size to 0x2000. I use the STM32H753i-EVAL2 board
Hello!Almost everything is in the title. Is there a way to rename the device I'm developing.When I lsusb, it says STMicroelectronics virtual COM port. How do I change that toMyDeviceName?Beside this, is there a need to get a vendor ID / product ID? I...
Hi.Im working with ST-SAFE-A110 together with STM32CubeExpansion_STSAFE-A_V1.2.0 in a STM32_L4.Im trying to change my local host keys after being populated. I can wrap/unwarp without any problems but I don't know how to erase and regenerate the keys....
I am working with the STM32H757 on a custom board.The M7 runs with FreeRTOS, the M4 is bare metal. Both cores have output GPIOs connecteed to LEDs which allow me to make sure that both of the cores are up and running.At the begining of the code for ...
Issue is that:ETH->DMACTDRLR, // Channel Tx descriptor ring length register (ETH_DMACTXRLR)ETH_DMACTDRLR_TDRLopened a bug:https://github.com/STMicroelectronics/STM32CubeH7/issues/198current description:TDRL[9:0]: Transmit Descriptor Ring Length This ...
Hi everyone,I need to run a MQTT broker on my board powered by a STM32F746. I managed to get the LwIP stack running properly as a starting point. I verified this by sending and receiving topics with the provided MQTT client implementation of LwIP.LwI...
Hi everyone,I am using X-CUBE-CELLULAR v6.0 and would like to use DMA on UART to replace the original interrupt receiving method. The original method is calling IPC_RXFIFO_writeCharacter() in HAL_UART_RxCpltCallback() and notify upper layer when an...