Is it possibile to obtain the equivalent of HAL_I2C_Mem_Write(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t MemAddSize, uint8_t *pData, uint16_t Size, uint32_t Timeout) in Low Level like function?
Posted on July 27, 2017 at 02:34hello to everyone,before starting a project that involves digital signal processing, I'm doing some tests with the stm32f746g-DISCO to evaluate the capabilities of the board.In particular, i've measured (toggling the ...
Posted on July 31, 2017 at 17:16As I said in the previous post, today I could do some tests.Instead of measuring the NOP, I preferred to measure the execution time of a math operation: in this case the division.I found the AN4044 ''Floating Point Un...
Posted on July 28, 2017 at 13:30I apologize if I have not answered yet, but as you have guessed, I do not have great skills in the field of the embedded and I'm trying to interface your tips with my skills. Also, I speak a bad English and I want to ...