Does anyone have a cheat sheet to tell me what the date code AND WAFER CODE OF STM32F103RET6
We further conducted the cover opening test and identified that the wafer D/C was 2007 and the external label D/C was 2109. REVERT BACK IMMEDIATELY
We further conducted the cover opening test and identified that the wafer D/C was 2007 and the external label D/C was 2109. REVERT BACK IMMEDIATELY
Hi everybody!I have an STM32F411RE Nucleoboard and an ADXL345-M accelerometer. I have 2 problems.I want to read 1 byte data from the accelerometer. In this case I want to get he device id (0xe5) and store it in a variable. In debug mode it seems that...
I'm working on STM32L552RE. To read i use HAL_FDCAN_GetRxFifoFillLevel, and HAL_FDCAN_GetRxMessage. To write i use HAL_FDCAN_AddMessageToTxFifoQ.There is a mutex to avoid conflict. I don't understand why i'm loosing message when i write.Thanks for ad...
UART Bits per sec will be 46080 bytes per sec ... Kindly confirm
Hi,I want to place parts of code in ITCM (using IAR). The manual (IAR ARM Development Guide), as I could find, has instructions only for general case when you put all the code in RAM. But my app does not fit in ITCM, so I need a way to specify which ...
I have the following trouble:I am using a radio which needs a address and channel parameters, this is given in production phase. So I am planning to flash every board with this parameters modified each time before the board is flashed.This paramete...
Hello, I'm currently working with a board made by my team using a STM32L476RG. I started my project from the dataLog Fusion Project from the Mems examples. My issue is that the UnicleoGui communicates with the mcu through STLink by using USART2, conn...
Hi,I am working on STM32G071RB Nucleo Board and In one of project , I am using same MCU.In that Project , I don't want to use external I2C or SPI memory for saving the data (logs).1) How do I can access Flash as EEPROM ?2) Will this possible with STM...
Hi, I am using STM32F3Discovery board for our project at the moment. We need to sample 4 different signals at the same time so we are using all 4 available ADCs in parallel. We are triggering all the ADCs with Timer3 at 100kHz and to make sure the ti...