STM32L01KZ as an I2C slave mode
Hello All,I want to make STM32L071 work in I2C slave mode, is there any reference manual or sample code available to understand to program STM as in slave mode.Found some documents but not much details available.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello All,I want to make STM32L071 work in I2C slave mode, is there any reference manual or sample code available to understand to program STM as in slave mode.Found some documents but not much details available.
I am using an STM32F769NI with a MT48H16M32LFB5-6 SDRAM chip, everything works fine. we are looking to set the drive strength to 1/4, 1/2 and full to evaluate the effect on EMC testing. From what I read in the programming manual, it states to perform...
I am planning to use STM32F207IGT6 MCU on DevKit1207 Evaluation Kit for a project. I have following questions.1. Is there any onboard hardware debugger on the board? OR Do I have to use external hardware debuggers like j-link compulsorily?2. I tried ...
My questions are,1. Am I using the right kit?2. Please confirm if it has 140 GPIOs available as spare output pins.3. Please suggest any alternative if better options available.4. Where can I get development software and hardware debuggers?Thank you i...
I using stm32F4 discovery board. I am having issues with the ADC. The voltage signal changes after I give that signal as Input to ADC. This may be because if leakage current of Analog Pin. Can you guys suggest the way-out from this. RegardsMusab
Hi,I am trying to use the ETB on a NUCLEO-H743ZI board, and I can't seem to get it working. I tried with Atollic TrueStudio, CubeIDE and Ozone from Segger. In Ozone I get the message "Instruction trace disabled. Configured trace source not supported....
Hi,I'm working on STM nucleo board (STM32F446RE) currently.I'm using ADC Channel 0 and 1.I have found that the ADC output has and offset by 300 mV for various analog input. Please explain the cause./* code snippet to read ADC Channel 1 output*/for( i...
But my adc_value is stuck at 59390 for some reason. I don't see any change in temperature and I am not sure if I am doing it right. Can anyone help me?/* Private variables ---------------------------------------------------------*/ADC_HandleTypeDef ...
I am debugging in Nucleo-H7 Board
We made a board ourselves, using the chip STM32L4R9VI, and plugged an IS66WVH8M8BLL chip (the same as the EVAL development board), but the implementation of a similar example chip is always hanging, how to continue to analyze this situation?We welded...