User Activity

Following section 4 in UM2587, I've connected an FTDI UART-RS232 adapter to the I-NUCLEO-LRWAN1 sensor board to read the APPEUI but I don't get any response. I've also tried reading from memory 0x08080000 of the NUCLEO-L073RZ board, but I only get ze...
For calculating apriori PID parameters when running ST FOC SDK, you obviously need to consider the sampling time of the regulator for the integral term. According to UM1052, current sensing is synchronous to the PWM. Is the sampling period of the cur...
I just got my P-NUCLEO-LRWAN2. I'm able to get the gateway running, but I'm facing troubles with the sensor board.The NUCLEO-L073RZ should already be flashed with firmware that reads EUI parameters from the I-NUCLEO-LRWAN1, and I was able to read the...
For calculating apriori PID parameters when running ST FOC SDK, you obviously need to consider the sampling time of the regulator for the integral term. According to UM1052, current sensing is synchronous to the PWM. Is the sampling period of the cur...
I want to port the TIMCOOKER examples from STM32F302R8 to STM32F401RE. This is easily done according to the data-brief, as the examples are generated using CubeMX. However, there are no .ioc files present in the repository so I guess you need to chan...