How can the NVM content be changed from STPMIC1E to STPMIC1A?
Is it possible to reprogram the STPMIC1E to behave like STPMIC1A?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is it possible to reprogram the STPMIC1E to behave like STPMIC1A?
I took the stm32Cube example : Projects\STM32L562E-DK\Examples\OCTOSPI\OSPI_NOR_ReadWrite_DMA and modified it to send a RDID (9Fh) instruction to the NOR. I get a "0xAC 0x28 0x53" but I ignore which codes that NOR flash is supposed to answer. It coul...
I want my interrupt handler to run in SRAM since some people seem to claim it is a more predictable solution then flash.I copied my interrupt handler to SRAM using __attribute__ ((long_call, section (".RamFunc"))) I tested the interrupt by toggling ...
I am using the B-L475E-IOT01A kit, but I am not able to find any BLE scanning example. I want to detect beacons around me and their details as well i.e RSSI, etc.Can anyone help me regarding this?
I am developing a application with STM32F746G discovery board with my sensor, and I reference AN4749 to design a lop-power control flow.But I don't know how to measure/monitor/analyzing the power consumption to make sure whether my design is work or ...
It's a STM32L053R8 (Nucleo64) and i am using a DAC with circular DMA to generate an analog waveform. Now i need to use a PWM timer to generate some digital output signals synchronous to the DMA cycle. Can i use two pins to route the DMA interrupt to ...
Usually I find this information in the pin mapping description, e.g. for the device STM32L4A6AG I would have assumed to find it in section 4 "Pinouts and pin description", where all other stuff like SPI, I2C, FMC, EVENTOUT, TIM etc. are described.Lin...
Hi,I'm using the STWIN SensorTile Wireless Industrial Node development board which has a micro Ultra-low-power ARM Cortex-M4 MCU at 120 MHz with FPU, 2048 kbytes Flash memory (STM32L4R9).I need to interface with a device that uses CANopen, is it poss...
Hello.There was an error when debugging.Warning: the current language does not match this frame.set *(int *)0xE000EDFC=*(int *)0xE000EDFC|0x7F0Temporary breakpoint 1, main () at ../Core/Src/main.c:399399 nl80cdat = F_nl80cdat; Reset_Handler: ...