Hi. I found a bug in RTC shadow registers inconsistency of seconds and subseconds.Subseconds are counted from PREDIV_S down to 0. Then the seconds are incremented and subseconds start again from PREDIV_S.Sometimes subseconds contain PREDIV_S value an...
I'm using HAL, and although there's a LOT of code, the gist is I transmit a message like so:HAL_FDCAN_AddMessageToTxFifoQ(hfdcan2, &tx_header, tx_data);and in the task for my hfdcan1 bus I sometimes get that same message when doingHAL_FDCAN_GetRxMess...
I followed the LAB of the course on mesh networks and I am able to add the device to the mesh network. I use the ST BLE mesh App. The problem is that when I try to turn on the LED the application goes into a loop.
I'm trying to decide what G0 STM32 part to use on a brand new design. One of the requirements is to have six channels of ADC. The datasheet talks about the range of input voltage being Vssa <= Vin <= Vref+. However, on the 32-pin part, there is no Vr...
Does ST has or planning to have Ethos-U based Cortex-M Low-power Micro-controller for Wearable Applications?
Hello everyone !I am converting one of the my projects from F0 to G0. While debugging, when i come to HAL_FLASHEx_Erase line, it jumps to HardFault. I checked the memory, flash address is empty. I don't erase the program. Here is the some picture dur...
I'm not sure if it's more appropriate to post this in the ARM/Keil forum or the STM32 forum so I'm trying both.We have a project based on an STM32F730V8Tx and I need to use the QSPI block. We created a simple test project that just initializes the ex...