Author Topic: Physical memory dump (BAD_POOL_HEAEDER) error  (Read 6425 times)

eng.Buffon

  • Member
  • ***
  • Posts: 23
Physical memory dump (BAD_POOL_HEAEDER) error
« on: March 04, 2012, 06:22:24 pm »
hi guys

hi everyone

after i write the firmware to the PIC18F4550 of Mass Storage class (SCSI protocol) {i used Microchip framework as reference & USB Mass Storage Book to JAN AXELSON }

after i wrote all the code and i ensure my steps through code when i simulate this code in the proteus it enumerates successfully and windows notify me that Found new Hardware USB Mass Storage

But Suddenly the pc give me Blue Screen contain that

BAD_POOL_HEADER
physical memory dump : 100

what that mean?

eng.Buffon

  • Member
  • ***
  • Posts: 23
Re: Physical memory dump (BAD_POOL_HEAEDER) error
« Reply #1 on: March 04, 2012, 07:01:55 pm »
the problem was solved as i had the endpoint0 for control of size 64byte when i reduce it to 8byte the blue screen didn't appear but it doesn't work