Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by akshada

  1. A

    SD card USB mass storage device for stm32F103

    Hello all, I am working in a project where I need to detect the SD card on SPI with STM32F103ZF needs to be detected as a mass storage device when connected to PC. I've the library for USB but don't know how the SD card can be detected as a mass storage device in PC. As I am new to USB...
  2. A

    protocol stack for zigbee module(CC5230)

    Hello, I am working on home thermostat project around stm32f103zf and planning to use zigbee module(CC5230). but unable to find the stack for the same. Can somebody help me in this regard. Thanks in advance
  3. A

    USB Mass storage device on on chip flash memory (STM32F103)

    can u please tell me how you did that.
  4. A

    How to store web pages in microcontroller flash

    Description of my device: The embedded device will be sending the sensor data to the remote server using wifi module(rn131C). For this we need SSID and pass phrase of the dhcp. Now, this embedded device will be equipped with SD card and a USB to connect with PC. So, I want is to keep some...
  5. A

    How to store web pages in microcontroller flash

    Actually I want the user to enter the ssid and the password in the browser. and when he enter "save" a txt file will be created in the SD card containing ssid and the password. Now, every time the device restarts it will find the ssid and the password from the sd card and will be connected to...
  6. A

    How to store web pages in microcontroller flash

    Do you have any idea to access the web pages stored in the SD card connected to the controller(stm32F100) using USB. thanks
  7. A

    How to store web pages in microcontroller flash

    Hello all, I am doing a project where the microcontroller (STM32) is sending the parameters to the server via DHCP using wifi module. So, now i want to make available an offline web page to the user where he will put the SSID and phrase of the DHCP. This web page will be stored in the...
  8. A

    how to write and read external SRAM in stm32F103

    OK that means I just need to initialize the SRAM and use it. I am using a circular buffer(capacity : 80 bytes) to receive bytes from UART. Now,would I be able to keep dumping the circular buffer data to an external SRAM without any loss as the file from UART will be very large (bigger than the...
  9. A

    how to write and read external SRAM in stm32F103

    Thanks for the reply,Do i need to make any change in linker script file or startup file?
  10. A

    how to write and read external SRAM in stm32F103

    Hello friends, I am doing a project around stm32f103, where i need to load the hex file from remote server using wifi module. What i did is, my device had less RAM so i connected an external SRAM so that i can dump the incoming hex file(size =60k) directly to the external sram and...
  11. A

    cryptographic implementation for STM32F103FZT6

    Thanks for the reply, I have contacted the local ST FAE but they said that there is no cryptographic library available for this particular controller(stm32f103zf). can you suggest some other alternative. Thanks
  12. A

    cryptographic implementation for STM32F103FZT6

    Hello Friends, I am doing a project around stm32f103 which exchanges data with the server. Right now,we have not provided any security to our data that goes to(or from) microcontroller from(or to) server. I want to know does ST provides any cryptographic stack for this...
  13. A

    remapping of pin to any function in stm32F103

    hello friends, I am new to stm32.Can anybody explain me how can i remap any pin to any function in stm32F103ZFT6. Thanks in advance
  14. A

    RAM overflowed by xxx bytes.

    Hello all, I am doing a project where the microcontroller is receiving packets of data from the server via wifi, which i am receiving in a buffer. My buffer size is of 500 i.e it can receive only 500 bytes from it. But I want to increase the size of this buffer and whenever i try to...
  15. A

    STM32: NVIC hard to understand.

    The Cortex-M3 processor integrates an advanced Nested Vectored Interrupt Controller (NVIC) The NVIC supports up to 240 dynamically reprioritizes interrupts each with up to 256 levels of priority Can somebody help me understand its meaning.. thanks in advance

Part and Inventory Search

Back
Top